/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | generic_decoder_unittest.cc | 100 absl::optional<VideoFrame> decoded_frame = user_callback_.PopLastFrame(); in TEST_F() local 136 absl::optional<VideoFrame> decoded_frame = user_callback_.PopLastFrame(); in TEST_F() local 145 absl::optional<VideoFrame> decoded_frame = user_callback_.PopLastFrame(); in TEST_F() local 161 absl::optional<VideoFrame> decoded_frame = user_callback_.PopLastFrame(); in TEST_F() local 172 absl::optional<VideoFrame> decoded_frame = user_callback_.PopLastFrame(); in TEST_F() local 184 absl::optional<VideoFrame> decoded_frame = user_callback_.PopLastFrame(); in TEST_F() local
|
/aosp_15_r20/external/perfetto/src/ipc/ |
H A D | buffered_frame_deserializer_unittest.cc | 110 auto decoded_frame = bfd.PopNextFrame(); in TEST() local 169 std::unique_ptr<Frame> decoded_frame = bfd.PopNextFrame(); in TEST() local 193 std::unique_ptr<Frame> decoded_frame = bfd.PopNextFrame(); in TEST() local 216 std::unique_ptr<Frame> decoded_frame = bfd.PopNextFrame(); in TEST() local 298 auto decoded_frame = bfd.PopNextFrame(); in TEST() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/test/ |
H A D | h264_impl_unittest.cc | 66 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local 91 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/ |
H A D | videoprocessor.cc | 486 void VideoProcessor::CalcFrameQuality(const I420BufferInterface& decoded_frame, in CalcFrameQuality() 503 void VideoProcessor::WriteDecodedFrame(const I420BufferInterface& decoded_frame, in WriteDecodedFrame() 536 void VideoProcessor::FrameDecoded(const VideoFrame& decoded_frame, in FrameDecoded()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/multiplex/test/ |
H A D | multiplex_adapter_unittest.cc | 222 std::unique_ptr<VideoFrame> decoded_frame; in TEST_P() local 239 std::unique_ptr<VideoFrame> decoded_frame; in TEST_P() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/test/ |
H A D | vp9_impl_unittest.cc | 145 std::unique_ptr<VideoFrame> decoded_frame; in TEST_P() local 195 std::unique_ptr<VideoFrame> decoded_frame; in TEST_P() local 213 std::unique_ptr<VideoFrame> decoded_frame; in TEST_P() local 2051 std::unique_ptr<VideoFrame> decoded_frame; in TEST_P() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/test/ |
H A D | vp8_impl_unittest.cc | 285 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local 501 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
|
/aosp_15_r20/external/openscreen/cast/standalone_receiver/ |
H A D | sdl_player_base.h | 48 AVFrameUniquePtr decoded_frame; member
|
/aosp_15_r20/external/webrtc/test/testsupport/ |
H A D | ivf_video_frame_generator.cc | 126 void IvfVideoFrameGenerator::OnFrameDecoded(const VideoFrame& decoded_frame) { in OnFrameDecoded()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/ |
H A D | dav1d_decoder.cc | 186 VideoFrame decoded_frame = VideoFrame::Builder() in Decode() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/ |
H A D | h264_decoder_impl.cc | 578 VideoFrame decoded_frame = VideoFrame::Builder() in Decode() local
|
/aosp_15_r20/tools/netsim/rust/packets/src/ |
H A D | ieee80211.rs | 495 let decoded_frame = Ieee80211::decode_full(&frame).unwrap(); in test_beacon_frame() localVariable
|