Home
last modified time | relevance | path

Searched defs:encoded_frame (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc100 EncodedImage encoded_frame; in TEST_F() local
125 EncodedImage encoded_frame; in TEST_F() local
143 EncodedImage encoded_frame; in TEST_F() local
168 const auto& encoded_frame = frames.front().encoded_image; in TEST_F() local
293 std::vector<EncodedImage> encoded_frame; in TEST_F() local
311 std::vector<EncodedImage> encoded_frame; in TEST_F() local
355 std::vector<EncodedImage> encoded_frame; in TEST_F() local
376 std::vector<EncodedImage> encoded_frame; in TEST_F() local
400 std::vector<EncodedImage> encoded_frame; in TEST_F() local
412 std::vector<EncodedImage> encoded_frame; in TEST_F() local
[all …]
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc84 EncodedImage* encoded_frame, in EncodeAndWaitForFrame()
104 EncodedImage encoded_frame; in EncodeAndExpectFrameWith() local
260 EncodedImage encoded_frame; in TEST_F() local
280 EncodedImage encoded_frame; in TEST_F() local
291 EncodedImage encoded_frame; in TEST_F() local
385 EncodedImage encoded_frame; in TEST_F() local
410 EncodedImage encoded_frame; in TEST_F() local
439 EncodedImage encoded_frame; in TEST_F() local
507 EncodedImage encoded_frame; in TEST_F() local
/external/webrtc/modules/video_coding/codecs/multiplex/test/
Dmultiplex_adapter_unittest.cc217 EncodedImage encoded_frame; in TEST_P() local
234 EncodedImage encoded_frame; in TEST_P() local
258 EncodedImage encoded_frame; in TEST_P() local
277 EncodedImage encoded_frame; in TEST_P() local
304 EncodedImage encoded_frame; in TEST_P() local
/external/webrtc/modules/video_coding/codecs/h264/test/
Dh264_impl_unittest.cc60 EncodedImage encoded_frame; in TEST_F() local
85 EncodedImage encoded_frame; in TEST_F() local
/external/webrtc/modules/video_coding/
Dgeneric_decoder_unittest.cc94 VCMEncodedFrame encoded_frame; in TEST_F() local
108 VCMEncodedFrame encoded_frame; in TEST_F() local
/external/openscreen/cast/streaming/
Dframe_crypto.h68 static int GetEncryptedSize(const EncodedFrame& encoded_frame) { in GetEncryptedSize()
/external/webrtc/modules/video_coding/utility/
Dsimulcast_test_fixture_impl.cc124 void GetLastEncodedFrame(EncodedImage* encoded_frame) { in GetLastEncodedFrame()
853 EncodedImage encoded_frame; in TestStrideEncodeDecode() local
866 EncodedImage encoded_frame[3]; in TestDecodeWidthHeightSet() local
/external/perfetto/src/ipc/
Dbuffered_frame_deserializer_unittest.cc66 std::vector<char> encoded_frame; in GetSimpleFrame() local
78 const std::vector<char>& encoded_frame, in CheckedMemcpy()
/external/webp/src/mux/
Danim_encode.c309 static void FrameRelease(EncodedFrame* const encoded_frame) { in FrameRelease()
1011 EncodedFrame* const encoded_frame) { in PickBestCandidate()
1059 EncodedFrame* const encoded_frame, in SetFrame()
1189 static int64_t KeyFramePenalty(const EncodedFrame* const encoded_frame) { in KeyFramePenalty()
1200 EncodedFrame* const encoded_frame = GetFrame(enc, position); in CacheFrame() local
/external/webrtc/rtc_tools/
Dvideo_replay.cc243 int32_t Decode(const EncodedImage& encoded_frame, in Decode()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc52 size_t GetMaxNaluSizeBytes(const EncodedImage& encoded_frame, in GetMaxNaluSizeBytes()
/external/libgav1/libgav1/src/
Ddecoder_impl.cc904 EncodedFrame* const encoded_frame = &frame; in ParseAndSchedule() local
941 StatusCode DecoderImpl::DecodeFrame(EncodedFrame* const encoded_frame) { in DecodeFrame()
/external/webrtc/video/
Dsend_statistics_proxy.cc254 const EncodedImage& encoded_frame, in InsertEncodedFrame()