Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dgeneric_decoder_unittest.cc96 VCMEncodedFrame encoded_frame; in TEST_F() local
109 VCMEncodedFrame encoded_frame; in TEST_F() local
130 VCMEncodedFrame encoded_frame; in TEST_F() local
142 VCMEncodedFrame encoded_frame; in TEST_F() local
153 VCMEncodedFrame encoded_frame; in TEST_F() local
169 VCMEncodedFrame encoded_frame; in TEST_F() local
178 VCMEncodedFrame encoded_frame; in TEST_F() local
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc84 EncodedImage* encoded_frame, in EncodeAndWaitForFrame()
104 EncodedImage encoded_frame; in EncodeAndExpectFrameWith() local
199 EncodedImage encoded_frame; in TEST_F() local
213 EncodedImage encoded_frame; in TEST_F() local
230 EncodedImage encoded_frame; in TEST_F() local
256 EncodedImage encoded_frame; in TEST_F() local
267 EncodedImage encoded_frame; in TEST_F() local
278 EncodedImage encoded_frame; in TEST_F() local
492 EncodedImage encoded_frame; in TEST_F() local
516 EncodedImage encoded_frame; in TEST_F() local
[all …]
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc139 EncodedImage encoded_frame; in TEST_P() local
171 EncodedImage encoded_frame; in TEST_P() local
189 EncodedImage encoded_frame; in TEST_P() local
207 EncodedImage encoded_frame; in TEST_P() local
223 EncodedImage encoded_frame; in TEST_P() local
253 const auto& encoded_frame = frames.front().encoded_image; in TEST_P() local
456 std::vector<EncodedImage> encoded_frame; in TEST_P() local
474 std::vector<EncodedImage> encoded_frame; in TEST_P() local
632 std::vector<EncodedImage> encoded_frame; in TEST_P() local
653 std::vector<EncodedImage> encoded_frame; in TEST_P() local
[all …]
/external/webrtc/modules/video_coding/codecs/multiplex/test/
Dmultiplex_adapter_unittest.cc216 EncodedImage encoded_frame; in TEST_P() local
233 EncodedImage encoded_frame; in TEST_P() local
257 EncodedImage encoded_frame; in TEST_P() local
276 EncodedImage encoded_frame; in TEST_P() local
303 EncodedImage encoded_frame; in TEST_P() local
/external/iamf_tools/iamf/cli/codec/tests/
Dlpcm_decoder_test.cc123 const std::vector<uint8_t>& encoded_frame = { in TEST() local
150 const std::vector<uint8_t>& encoded_frame = { in TEST() local
184 const std::vector<uint8_t>& encoded_frame = {0x00, 0x00, 0x00, in TEST() local
197 const std::vector<uint8_t>& encoded_frame = {0x00, 0x00, 0x01, 0x00}; in TEST() local
Ddecoder_base_test.cc29 const std::vector<uint8_t>& encoded_frame) override { in DecodeAudioFrame()
Dflac_decoder_stream_callbacks_test.cc63 const std::vector<uint8_t> encoded_frame(1024, 1); in TEST() local
Dflac_decoder_test.cc72 const std::vector<uint8_t> encoded_frame(1024, 1); in TEST() 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/iamf_tools/iamf/cli/codec/
Dflac_decoder.cc34 auto encoded_frame = flac_decoder->GetEncodedFrame(); in LibFlacReadCallback() local
142 const std::vector<uint8_t>& encoded_frame) { in DecodeAudioFrame()
Dflac_decoder.h70 void SetEncodedFrame(const std::vector<uint8_t>& encoded_frame) { in SetEncodedFrame()
Dlpcm_decoder.cc45 const std::vector<uint8_t>& encoded_frame) { in DecodeAudioFrame()
Dopus_decoder.cc85 const std::vector<uint8_t>& encoded_frame) { in DecodeAudioFrame()
Dflac_decoder_stream_callbacks.cc31 const auto& encoded_frame = flac_decoder->GetEncodedFrame(); in LibFlacReadCallback() local
Daac_decoder.cc172 const std::vector<uint8_t>& encoded_frame) { in DecodeAudioFrame()
/external/openscreen/cast/streaming/
Dframe_crypto.h68 static int GetEncryptedSize(const EncodedFrame& encoded_frame) { in GetEncryptedSize()
/external/webrtc/api/video/
Dframe_buffer.h73 std::unique_ptr<EncodedFrame> encoded_frame; member
/external/webrtc/modules/video_coding/utility/
Dsimulcast_test_fixture_impl.cc115 void GetLastEncodedFrame(EncodedImage* encoded_frame) { in GetLastEncodedFrame()
834 EncodedImage encoded_frame; in TestStrideEncodeDecode() local
847 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/webrtc/rtc_tools/
Dvideo_replay.cc238 int32_t Decode(const EncodedImage& encoded_frame, in Decode()
274 int32_t Decode(const EncodedImage& encoded_frame, in Decode()
/external/webp/src/mux/
Danim_encode.c311 static void FrameRelease(EncodedFrame* const encoded_frame) { in FrameRelease()
1014 EncodedFrame* const encoded_frame) { in PickBestCandidate()
1062 EncodedFrame* const encoded_frame, in SetFrame()
1192 static int64_t KeyFramePenalty(const EncodedFrame* const encoded_frame) { in KeyFramePenalty()
1203 EncodedFrame* const encoded_frame = GetFrame(enc, position); in CacheFrame() local
/external/libgav1/src/
Ddecoder_impl.cc941 EncodedFrame* const encoded_frame = &frame; in ParseAndSchedule() local
978 StatusCode DecoderImpl::DecodeFrame(EncodedFrame* const encoded_frame) { in DecodeFrame()
/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc49 size_t GetMaxNaluSizeBytes(const EncodedImage& encoded_frame, in GetMaxNaluSizeBytes()
/external/webrtc/video/
Dsend_statistics_proxy.cc259 const EncodedImage& encoded_frame, in InsertEncodedFrame()