/external/cronet/net/server/ |
D | web_socket_encoder_unittest.cc | 192 server_->DecodeFrame(encoded, &bytes_consumed, &decoded)); in TEST_F() 198 server_->DecodeFrame(partial, &bytes_consumed, &decoded)); in TEST_F() 202 server_->DecodeFrame(extra, &bytes_consumed, &decoded)); in TEST_F() 208 server_->DecodeFrame(std::string("abcde"), &bytes_consumed, &decoded)); in TEST_F() 220 client_->DecodeFrame(encoded, &bytes_consumed, &decoded)); in TEST_F() 226 client_->DecodeFrame(partial, &bytes_consumed, &decoded)); in TEST_F() 230 client_->DecodeFrame(extra, &bytes_consumed, &decoded)); in TEST_F() 236 client_->DecodeFrame(std::string("abcde"), &bytes_consumed, &decoded)); in TEST_F() 258 server_->DecodeFrame(kEncodedFirstFrame, &bytes_consumed, &decoded)); in TEST_F() 262 server_->DecodeFrame(kEncodedLastFrame, &bytes_consumed, &decoded)); in TEST_F() [all …]
|
D | web_socket_encoder_fuzzer.cc | 20 server->DecodeFrame(chunk, &bytes_consumed, &decoded); in LLVMFuzzerTestOneInput()
|
D | web_socket_encoder.h | 41 WebSocket::ParseResult DecodeFrame(base::StringPiece frame,
|
/external/libvpx/test/ |
D | decode_test_driver.cc | 28 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { in DecodeFrame() function in libvpx_test::Decoder 29 return DecodeFrame(cxdata, size, nullptr); in DecodeFrame() 32 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size, in DecodeFrame() function in libvpx_test::Decoder 88 decoder->DecodeFrame(video->cxdata(), video->frame_size()); in RunLoop() 92 const vpx_codec_err_t res_dec = decoder->DecodeFrame(nullptr, 0); in RunLoop()
|
D | vp9_decrypt_test.cc | 54 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST() 65 res = decoder.DecodeFrame(&encrypted[0], encrypted.size()); in TEST()
|
D | vp8_decrypt_test.cc | 54 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST() 65 res = decoder.DecodeFrame(&encrypted[0], encrypted.size()); in TEST()
|
D | decode_test_driver.h | 56 vpx_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t size); 58 vpx_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t size,
|
D | byte_alignment_test.cc | 87 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeOneFrame() 96 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeRemainingFrames()
|
D | vp9_skip_loopfilter_test.cc | 68 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeOneFrame() 79 decoder_->DecodeFrame(video_->cxdata(), video_->frame_size()); in DecodeRemainingFrames()
|
D | decode_perf_test.cc | 91 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST_P() 241 decoder.DecodeFrame(decode_video.cxdata(), decode_video.frame_size()); in TEST_P()
|
D | encode_test_driver.cc | 222 vpx_codec_err_t res_dec = decoder->DecodeFrame( in RunLoop() 244 const vpx_codec_err_t res_dec = decoder->DecodeFrame(nullptr, 0); in RunLoop()
|
D | user_priv_test.cc | 59 decoder.DecodeFrame(video.cxdata(), video.frame_size(), in DecodeFile()
|
D | tile_independence_test.cc | 58 const vpx_codec_err_t res = dec->DecodeFrame( in UpdateMD5()
|
/external/libaom/test/ |
D | decode_test_driver.cc | 29 aom_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) { in DecodeFrame() function in libaom_test::Decoder 30 return DecodeFrame(cxdata, size, nullptr); in DecodeFrame() 33 aom_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size, in DecodeFrame() function in libaom_test::Decoder 84 decoder->DecodeFrame(video->cxdata(), video->frame_size()); in RunLoop() 88 const aom_codec_err_t res_dec = decoder->DecodeFrame(nullptr, 0); in RunLoop()
|
D | decode_test_driver.h | 59 aom_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t size); 61 aom_codec_err_t DecodeFrame(const uint8_t *cxdata, size_t size,
|
D | decode_perf_test.cc | 75 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST_P() 225 decoder.DecodeFrame(decode_video.cxdata(), decode_video.frame_size()); in TEST_P()
|
D | encode_test_driver.cc | 244 res_dec = decoder->DecodeFrame( in RunLoop() 247 res_dec = decoder->DecodeFrame( in RunLoop()
|
D | sb_qp_sweep_test.cc | 98 const aom_codec_err_t res = decoder_->DecodeFrame( in FramePktHook()
|
/external/cronet/base/profiler/ |
D | frame_pointer_unwinder.cc | 25 uintptr_t DecodeFrame(uintptr_t frame_pointer, uintptr_t* return_address) { in DecodeFrame() function 82 next_frame = DecodeFrame(frame, &retaddr); in TryUnwind()
|
/external/perfetto/src/ipc/ |
D | buffered_frame_deserializer.cc | 121 DecodeFrame(rd_ptr, payload_size); in EndReceive() 166 void BufferedFrameDeserializer::DecodeFrame(const char* data, size_t size) { in DecodeFrame() function in perfetto::ipc::BufferedFrameDeserializer
|
D | buffered_frame_deserializer.h | 124 void DecodeFrame(const char*, size_t);
|
/external/cronet/net/spdy/fuzzing/ |
D | http2_frame_decoder_fuzzer.cc | 36 decoder.DecodeFrame(&frame_data); in LLVMFuzzerTestOneInput()
|
/external/webrtc/video/ |
D | video_stream_decoder_impl.cc | 160 DecodeResult decode_result = DecodeFrame(std::move(frame)); in OnNextFrameCallback() 194 VideoStreamDecoderImpl::DecodeResult VideoStreamDecoderImpl::DecodeFrame( in DecodeFrame() function in webrtc::VideoStreamDecoderImpl
|
D | video_stream_decoder_impl.h | 86 VideoStreamDecoderImpl::DecodeResult DecodeFrame(
|
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/ |
D | http2_frame_decoder_test.cc | 41 DecodeStatus status = decoder_->DecodeFrame(db); in StartDecoding() 55 DecodeStatus status = decoder_->DecodeFrame(db); in ResumeDecoding() 79 EXPECT_EQ(DecodeStatus::kDecodeDone, decoder_->DecodeFrame(&tmp)); in ConfirmDiscardsRemainingPayload()
|