blob: 967b8e7f9d4e3e18cc712606bfb751c7432a305f [file] [log] [blame]
philipeld5a272f2018-02-21 13:30:341specific_include_rules = {
2 # Until the new VideoStreamDecoder is implemented the current decoding
3 # pipeline will be used, and therefore EncodedFrame needs to inherit
4 # VCMEncodedFrame.
5 "encoded_frame.h": [
6 "+modules/video_coding/encoded_frame.h",
7 ],
Steve Antonbba675d2018-12-27 19:15:198
Niels Möller4d504c72019-06-18 13:56:569 "encoded_image\.h" : [
10 "+rtc_base/ref_count.h",
Niels Möllercc26fef2019-02-19 14:42:1511 ],
12
Steve Antonbba675d2018-12-27 19:15:1913 "i010_buffer\.h": [
14 "+rtc_base/memory/aligned_malloc.h",
Steve Antonbba675d2018-12-27 19:15:1915 ],
16
17 "i420_buffer\.h": [
18 "+rtc_base/memory/aligned_malloc.h",
Steve Antonbba675d2018-12-27 19:15:1919 ],
20
Sergio Garcia Murillob63536f2022-03-25 08:04:0921 "i422_buffer\.h": [
22 "+rtc_base/memory/aligned_malloc.h",
23 ],
24
Stefan Miticffdc6802022-02-08 15:00:1625 "i444_buffer\.h": [
26 "+rtc_base/memory/aligned_malloc.h",
27 ],
28
Evan Shrubsole84995432020-09-09 14:14:1929 "nv12_buffer\.h": [
30 "+rtc_base/memory/aligned_malloc.h",
31 ],
32
Markus Handell9982efa2019-11-21 10:56:5033 "recordable_encoded_frame\.h": [
34 "+rtc_base/ref_count.h",
35 ],
36
Steve Antonbba675d2018-12-27 19:15:1937 "video_frame\.h": [
Steve Antonbba675d2018-12-27 19:15:1938 ],
39
40 "video_frame_buffer\.h": [
Steve Anton10542f22019-01-11 17:11:0041 "+rtc_base/ref_count.h",
Steve Antonbba675d2018-12-27 19:15:1942 ],
43
philipel2fee4d62018-03-21 15:52:1344 "video_stream_decoder_create.cc": [
45 "+video/video_stream_decoder_impl.h",
46 ],
Steve Antonbba675d2018-12-27 19:15:1947
Niels Möller213618e2018-07-24 07:29:5848 "video_stream_encoder_create.cc": [
49 "+video/video_stream_encoder.h",
50 ],
philipele9a74c92021-06-24 12:41:2351
52 "rtp_video_frame_assembler.h": [
53 "+modules/rtp_rtcp/source/rtp_packet_received.h",
54 ],
Evan Shrubsole44be5792022-04-26 14:24:4155
philipel8615bf02022-05-05 13:12:1356 "frame_buffer.h": [
57 "+modules/video_coding/utility/decoded_frames_history.h",
58 ],
59
Evan Shrubsole44be5792022-04-26 14:24:4160 "video_frame_matchers\.h": [
61 "+test/gmock.h",
62 ],
philipeld5a272f2018-02-21 13:30:3463}