/external/libaom/test/ |
D | decode_api_test.cc | 30 aom_codec_decode(nullptr, nullptr, 0, nullptr)); in TEST() 32 aom_codec_decode(nullptr, buf, 0, nullptr)); in TEST() 34 aom_codec_decode(nullptr, buf, sizeof(buf), nullptr)); in TEST() 36 aom_codec_decode(nullptr, nullptr, sizeof(buf), nullptr)); in TEST() 47 aom_codec_decode(&dec, nullptr, sizeof(buf), nullptr)); in TEST() 48 EXPECT_EQ(AOM_CODEC_INVALID_PARAM, aom_codec_decode(&dec, buf, 0, nullptr)); in TEST()
|
D | decode_test_driver.cc | 38 res_dec = aom_codec_decode(&decoder_, cxdata, size, user_priv)); in DecodeFrame()
|
D | coding_path_sync.cc | 159 aom_codec_decode(&dec_, static_cast<uint8_t *>(pkt->data.frame.buf), in decode()
|
/external/libaom/examples/ |
D | lightfield_tile_list_decoder.c | 154 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main() 203 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main() 210 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main()
|
D | lightfield_bitstream_parsing.c | 155 aom_codec_decode(codec, frame, frame_size, NULL); in process_tile_list() 245 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main() 300 aom_codec_decode(&codec, frame, frame_size, NULL); in main()
|
D | av1_dec_fuzzer.cc | 56 aom_codec_decode(&codec, data, frame_size, nullptr); in LLVMFuzzerTestOneInput()
|
D | simple_decoder.c | 125 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main()
|
D | decode_with_drops.c | 122 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main()
|
D | decode_to_md5.c | 110 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main()
|
D | lightfield_decoder.c | 117 aom_codec_err_t aom_status = aom_codec_decode(codec, frame, frame_size, NULL); in decode_tile() 217 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main()
|
D | scalable_decoder.c | 154 if (aom_codec_decode(&codec, buf, bytes_in_buffer, NULL)) in main()
|
D | aom_cx_set_ref.c | 157 if (aom_codec_decode(dcodec, pkt->data.frame.buf, in encode_frame()
|
D | analyzer.cc | 111 if (aom_codec_decode(&codec, frame_data, frame_size, NULL)) { in step()
|
D | inspect.c | 793 if (aom_codec_decode(&codec, frame, (unsigned int)frame_size, &adr) != in read_frame()
|
D | svc_encoder_rtc.c | 1604 if (aom_codec_decode(&decoder, pkt->data.frame.buf, in main()
|
/external/libaom/aom/ |
D | exports_dec | 2 text aom_codec_decode
|
D | aom_decoder.h | 191 aom_codec_err_t aom_codec_decode(aom_codec_ctx_t *ctx, const uint8_t *data,
|
/external/libaom/ |
D | usage_dx.dox | 3 The aom_codec_decode() function is at the core of the decode loop. It
|
/external/libaom/aom/src/ |
D | aom_decoder.c | 94 aom_codec_err_t aom_codec_decode(aom_codec_ctx_t *ctx, const uint8_t *data, in aom_codec_decode() function
|
/external/libaom/apps/ |
D | aomdec.c | 784 if (aom_codec_decode(&decoder, buf, bytes_in_buffer, NULL)) { in main_loop() 817 if (aom_codec_decode(&decoder, NULL, 0, NULL)) { in main_loop()
|
D | aomenc.c | 1761 aom_codec_decode(&stream->decoder, pkt->data.frame.buf, in get_cx_data()
|
/external/libaom/av1/encoder/ |
D | thirdpass.c | 95 if (aom_codec_decode(&ctx->decoder, ctx->frame, in read_frame()
|