/aosp_15_r20/external/libaom/test/ |
H A 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()
|
H A D | decode_test_driver.cc | 38 res_dec = aom_codec_decode(&decoder_, cxdata, size, user_priv)); in DecodeFrame()
|
H A D | coding_path_sync.cc | 161 aom_codec_decode(&dec_, static_cast<uint8_t *>(pkt->data.frame.buf), in decode()
|
/aosp_15_r20/external/libaom/examples/ |
H A 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()
|
H A D | lightfield_bitstream_parsing.c | 146 aom_codec_decode(codec, frame, frame_size, NULL); in process_tile_list() 237 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main() 292 aom_codec_decode(&codec, frame, frame_size, NULL); in main()
|
H A 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()
|
H A D | simple_decoder.c | 125 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main()
|
H A D | av1_dec_fuzzer.cc | 76 err = aom_codec_decode(&codec, data, frame_size, nullptr); in LLVMFuzzerTestOneInput()
|
H A D | decode_with_drops.c | 122 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main()
|
H A D | decode_to_md5.c | 110 if (aom_codec_decode(&codec, frame, frame_size, NULL)) in main()
|
H A D | scalable_decoder.c | 154 if (aom_codec_decode(&codec, buf, bytes_in_buffer, NULL)) in main()
|
H A D | aom_cx_set_ref.c | 157 if (aom_codec_decode(dcodec, pkt->data.frame.buf, in encode_frame()
|
H A D | analyzer.cc | 111 if (aom_codec_decode(&codec, frame_data, frame_size, NULL)) { in step()
|
H A D | inspect.c | 800 if (aom_codec_decode(&codec, frame, (unsigned int)frame_size, &adr) != in read_frame()
|
H A D | svc_encoder_rtc.cc | 2011 if (aom_codec_decode( in main()
|
/aosp_15_r20/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomDec.cpp | 297 if (aom_codec_decode(mCodecCtx, nullptr, 0, nullptr)) { in onFlush_sm() 471 aom_codec_decode(mCodecCtx, bitstream, inSize, &frameIndex); in process() 486 if (aom_codec_decode(mCodecCtx, nullptr, 0, nullptr)) { in process() 623 if (aom_codec_decode(mCodecCtx, nullptr, 0, nullptr)) { in drainInternal()
|
/aosp_15_r20/external/libaom/aom/ |
H A D | exports_dec | 2 text aom_codec_decode
|
H A D | aom_decoder.h | 191 aom_codec_err_t aom_codec_decode(aom_codec_ctx_t *ctx, const uint8_t *data,
|
/aosp_15_r20/external/libaom/ |
H A D | usage_dx.dox | 3 The aom_codec_decode() function is at the core of the decode loop. It
|
/aosp_15_r20/external/libaom/aom/src/ |
H A 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
|
/aosp_15_r20/external/libaom/apps/ |
H A D | aomdec.c | 794 if (aom_codec_decode(&decoder, buf, bytes_in_buffer, NULL)) { in main_loop() 827 if (aom_codec_decode(&decoder, NULL, 0, NULL)) { in main_loop()
|
H A D | aomenc.c | 1784 aom_codec_decode(&stream->decoder, pkt->data.frame.buf, in get_cx_data()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | thirdpass.c | 95 if (aom_codec_decode(&ctx->decoder, ctx->frame, in read_frame()
|