Home
last modified time | relevance | path

Searched refs:CreateInputFrame (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/multiplex/test/
H A Dmultiplex_adapter_unittest.cc124 std::unique_ptr<VideoFrame> CreateInputFrame(bool contains_alpha) { in CreateInputFrame() function in webrtc::TestMultiplexAdapter
214 std::unique_ptr<VideoFrame> input_frame = CreateInputFrame(false); in TEST_P()
231 std::unique_ptr<VideoFrame> yuva_frame = CreateInputFrame(true); in TEST_P()
255 std::unique_ptr<VideoFrame> input_frame = CreateInputFrame(false); in TEST_P()
274 std::unique_ptr<VideoFrame> yuva_frame = CreateInputFrame(true); in TEST_P()
299 std::unique_ptr<VideoFrame> yuva_frame = CreateInputFrame(true); in TEST_P()