/external/libvpx/test/ |
D | decode_api_test.cc | 38 EXPECT_EQ(vpx_codec_decode(nullptr, nullptr, 0, nullptr, 0), in TEST() 40 EXPECT_EQ(vpx_codec_decode(nullptr, buf, 0, nullptr, 0), in TEST() 42 EXPECT_EQ(vpx_codec_decode(nullptr, buf, NELEMENTS(buf), nullptr, 0), in TEST() 44 EXPECT_EQ(vpx_codec_decode(nullptr, nullptr, NELEMENTS(buf), nullptr, 0), in TEST() 56 vpx_codec_decode(&dec, buf, NELEMENTS(buf), nullptr, 0)); in TEST() 58 vpx_codec_decode(&dec, nullptr, NELEMENTS(buf), nullptr, 0)); in TEST() 60 vpx_codec_decode(&dec, buf, 0, nullptr, 0)); in TEST() 136 vpx_codec_decode(&dec, video.cxdata(), frame_size, nullptr, 0)); in TEST() 139 vpx_codec_decode(&dec, video.cxdata(), frame_size, nullptr, 0)); in TEST() 158 vpx_codec_decode(&dec, data, data_sz, nullptr, 0)); in TestPeekInfo()
|
D | decode_test_driver.cc | 37 res_dec = vpx_codec_decode( in DecodeFrame()
|
/external/libvpx/vpx/ |
D | exports_dec | 2 text vpx_codec_decode
|
D | vpx_decoder.h | 214 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
|
/external/libvpx/examples/ |
D | vpx_dec_fuzzer.cc | 114 vpx_codec_decode(&codec, data, frame_size, nullptr, 0); in LLVMFuzzerTestOneInput()
|
D | simple_decoder.c | 129 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
|
D | postproc.c | 115 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 15000)) in main()
|
D | decode_with_drops.c | 118 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
|
D | decode_to_md5.c | 112 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
|
D | vp9cx_set_ref.c | 141 if (vpx_codec_decode(dcodec, pkt->data.frame.buf, in encode_frame()
|
D | vp9_spatial_svc_encoder.c | 1138 if (vpx_codec_decode(&decoder, cx_pkt->data.frame.buf, in main()
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_decoder.cc | 256 if (vpx_codec_decode(decoder_, NULL, 0, 0, kDecodeDeadlineRealtime)) { in Decode() 270 if (vpx_codec_decode(decoder_, buffer, input_image.size(), 0, in Decode()
|
/external/libvpx/vpx/src/ |
D | vpx_decoder.c | 104 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, in vpx_codec_decode() function
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | libvpx_vp9_decoder.cc | 237 if (vpx_codec_decode(decoder_, buffer, in Decode()
|
/external/libvpx/ |
D | usage_dx.dox | 3 The vpx_codec_decode() function is at the core of the decode loop. It
|
D | vpxdec.c | 854 if (vpx_codec_decode(&decoder, buf, (unsigned int)bytes_in_buffer, NULL, in main_loop() 887 if (vpx_codec_decode(&decoder, NULL, 0, NULL, 0)) { in main_loop()
|
D | usage.dox | 120 frame takes 2000us to decode, the call to vpx_codec_decode() will return
|
D | vpxenc.c | 1519 vpx_codec_decode(&stream->decoder, pkt->data.frame.buf, in get_cx_data()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 500 vpx_codec_decode(context->decoder, buffer, len, NULL, 0); in DECODER_FUNC()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 500 vpx_codec_decode(context->decoder, buffer, len, NULL, 0); in DECODER_FUNC()
|