philipel | d5a272f | 2018-02-21 13:30:34 | [diff] [blame] | 1 | specific_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 Anton | bba675d | 2018-12-27 19:15:19 | [diff] [blame] | 8 | |
Niels Möller | 4d504c7 | 2019-06-18 13:56:56 | [diff] [blame] | 9 | "encoded_image\.h" : [ |
| 10 | "+rtc_base/ref_count.h", |
Niels Möller | cc26fef | 2019-02-19 14:42:15 | [diff] [blame] | 11 | ], |
| 12 | |
Steve Anton | bba675d | 2018-12-27 19:15:19 | [diff] [blame] | 13 | "i010_buffer\.h": [ |
| 14 | "+rtc_base/memory/aligned_malloc.h", |
Steve Anton | bba675d | 2018-12-27 19:15:19 | [diff] [blame] | 15 | ], |
| 16 | |
| 17 | "i420_buffer\.h": [ |
| 18 | "+rtc_base/memory/aligned_malloc.h", |
Steve Anton | bba675d | 2018-12-27 19:15:19 | [diff] [blame] | 19 | ], |
| 20 | |
Sergio Garcia Murillo | b63536f | 2022-03-25 08:04:09 | [diff] [blame] | 21 | "i422_buffer\.h": [ |
| 22 | "+rtc_base/memory/aligned_malloc.h", |
| 23 | ], |
| 24 | |
Stefan Mitic | ffdc680 | 2022-02-08 15:00:16 | [diff] [blame] | 25 | "i444_buffer\.h": [ |
| 26 | "+rtc_base/memory/aligned_malloc.h", |
| 27 | ], |
| 28 | |
Evan Shrubsole | 8499543 | 2020-09-09 14:14:19 | [diff] [blame] | 29 | "nv12_buffer\.h": [ |
| 30 | "+rtc_base/memory/aligned_malloc.h", |
| 31 | ], |
| 32 | |
Markus Handell | 9982efa | 2019-11-21 10:56:50 | [diff] [blame] | 33 | "recordable_encoded_frame\.h": [ |
| 34 | "+rtc_base/ref_count.h", |
| 35 | ], |
| 36 | |
Steve Anton | bba675d | 2018-12-27 19:15:19 | [diff] [blame] | 37 | "video_frame\.h": [ |
Steve Anton | bba675d | 2018-12-27 19:15:19 | [diff] [blame] | 38 | ], |
| 39 | |
| 40 | "video_frame_buffer\.h": [ |
Steve Anton | 10542f2 | 2019-01-11 17:11:00 | [diff] [blame] | 41 | "+rtc_base/ref_count.h", |
Steve Anton | bba675d | 2018-12-27 19:15:19 | [diff] [blame] | 42 | ], |
| 43 | |
philipel | 2fee4d6 | 2018-03-21 15:52:13 | [diff] [blame] | 44 | "video_stream_decoder_create.cc": [ |
| 45 | "+video/video_stream_decoder_impl.h", |
| 46 | ], |
Steve Anton | bba675d | 2018-12-27 19:15:19 | [diff] [blame] | 47 | |
Niels Möller | 213618e | 2018-07-24 07:29:58 | [diff] [blame] | 48 | "video_stream_encoder_create.cc": [ |
| 49 | "+video/video_stream_encoder.h", |
| 50 | ], |
philipel | e9a74c9 | 2021-06-24 12:41:23 | [diff] [blame] | 51 | |
| 52 | "rtp_video_frame_assembler.h": [ |
| 53 | "+modules/rtp_rtcp/source/rtp_packet_received.h", |
| 54 | ], |
Evan Shrubsole | 44be579 | 2022-04-26 14:24:41 | [diff] [blame] | 55 | |
philipel | 8615bf0 | 2022-05-05 13:12:13 | [diff] [blame] | 56 | "frame_buffer.h": [ |
| 57 | "+modules/video_coding/utility/decoded_frames_history.h", |
| 58 | ], |
| 59 | |
Evan Shrubsole | 44be579 | 2022-04-26 14:24:41 | [diff] [blame] | 60 | "video_frame_matchers\.h": [ |
| 61 | "+test/gmock.h", |
| 62 | ], |
philipel | d5a272f | 2018-02-21 13:30:34 | [diff] [blame] | 63 | } |