summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/video/DEPS
blob: c84299f943581ae3c22ddf297f2bf0d53c219bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
specific_include_rules = {
  # Until the new VideoStreamDecoder is implemented the current decoding
  # pipeline will be used, and therefore EncodedFrame needs to inherit
  # VCMEncodedFrame.
  "encoded_frame.h": [
    "+modules/video_coding/encoded_frame.h",
  ],

  "encoded_image\.h" : [
    "+rtc_base/ref_count.h",
  ],

  "i010_buffer\.h": [
    "+rtc_base/memory/aligned_malloc.h",
  ],

  "i210_buffer\.h": [
    "+rtc_base/memory/aligned_malloc.h",
  ],

  "i410_buffer\.h": [
    "+rtc_base/memory/aligned_malloc.h",
  ],

  "i420_buffer\.h": [
    "+rtc_base/memory/aligned_malloc.h",
  ],

  "i422_buffer\.h": [
    "+rtc_base/memory/aligned_malloc.h",
  ],

  "i444_buffer\.h": [
    "+rtc_base/memory/aligned_malloc.h",
  ],

  "nv12_buffer\.h": [
    "+rtc_base/memory/aligned_malloc.h",
  ],

  "recordable_encoded_frame\.h": [
    "+rtc_base/ref_count.h",
  ],

  "video_frame\.h": [
  ],

  "video_frame_buffer\.h": [
    "+rtc_base/ref_count.h",
  ],

  "video_frame_metadata\.h": [
    "+modules/video_coding/codecs/h264/include/h264_globals.h",
    "+modules/video_coding/codecs/vp8/include/vp8_globals.h",
    "+modules/video_coding/codecs/vp9/include/vp9_globals.h",
  ],

  "video_stream_decoder_create.cc": [
    "+video/video_stream_decoder_impl.h",
  ],

  "video_stream_encoder_create.cc": [
    "+video/video_stream_encoder.h",
  ],

  "rtp_video_frame_assembler.h": [
    "+modules/rtp_rtcp/source/rtp_packet_received.h",
  ],

  "frame_buffer.h": [
    "+modules/video_coding/utility/decoded_frames_history.h",
  ],

  "video_frame_matchers\.h": [
    "+test/gmock.h",
  ],
}