Home
last modified time | relevance | path

Searched refs:vpx_codec_decode (Results 1 – 20 of 20) sorted by relevance

/external/libvpx/test/
Ddecode_api_test.cc38 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()
Ddecode_test_driver.cc37 res_dec = vpx_codec_decode( in DecodeFrame()
/external/libvpx/vpx/
Dexports_dec2 text vpx_codec_decode
Dvpx_decoder.h214 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
/external/libvpx/examples/
Dvpx_dec_fuzzer.cc114 vpx_codec_decode(&codec, data, frame_size, nullptr, 0); in LLVMFuzzerTestOneInput()
Dsimple_decoder.c129 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
Dpostproc.c115 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 15000)) in main()
Ddecode_with_drops.c118 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
Ddecode_to_md5.c112 if (vpx_codec_decode(&codec, frame, (unsigned int)frame_size, NULL, 0)) in main()
Dvp9cx_set_ref.c141 if (vpx_codec_decode(dcodec, pkt->data.frame.buf, in encode_frame()
Dvp9_spatial_svc_encoder.c1138 if (vpx_codec_decode(&decoder, cx_pkt->data.frame.buf, in main()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc256 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/
Dvpx_decoder.c104 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/
Dlibvpx_vp9_decoder.cc237 if (vpx_codec_decode(decoder_, buffer, in Decode()
/external/libvpx/
Dusage_dx.dox3 The vpx_codec_decode() function is at the core of the decode loop. It
Dvpxdec.c854 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()
Dusage.dox120 frame takes 2000us to decode, the call to vpx_codec_decode() will return
Dvpxenc.c1519 vpx_codec_decode(&stream->decoder, pkt->data.frame.buf, in get_cx_data()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/
Dvpx_jni.cc500 vpx_codec_decode(context->decoder, buffer, len, NULL, 0); in DECODER_FUNC()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/
Dvpx_jni.cc500 vpx_codec_decode(context->decoder, buffer, len, NULL, 0); in DECODER_FUNC()