Home
last modified time | relevance | path

Searched refs:IA_API_CMD_GET_OUTPUT_BYTES (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_apicmd_standards.h43 #define IA_API_CMD_GET_OUTPUT_BYTES 0x000D macro
H A Dixheaacd_api.c1014 case IA_API_CMD_GET_OUTPUT_BYTES: { in ixheaacd_dec_api()
/aosp_15_r20/external/libxaac/decoder/drc_src/
H A Dimpd_apicmd_standards.h44 #define IA_API_CMD_GET_OUTPUT_BYTES 0x000D macro
H A Dimpd_drc_api.c402 case IA_API_CMD_GET_OUTPUT_BYTES: { in ia_drc_dec_api()
/aosp_15_r20/external/libxaac/fuzzer/
H A Dxaac_dec_fuzzer.cpp710 err_code = ixheaacd_dec_api(mXheaacCodecHandle, IA_API_CMD_GET_OUTPUT_BYTES, in decodeXAACStream()
/aosp_15_r20/external/libxaac/
H A DREADME_dec.md80 |IA_API_CMD_GET_OUTPUT_BYTES | 0 | Gets the number of bytes output by the decoder in the last frame…
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.cpp1492 IA_API_CMD_GET_OUTPUT_BYTES, 0, outBytes); in decodeXAACStream()
/aosp_15_r20/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.cpp1374 IA_API_CMD_GET_OUTPUT_BYTES, in decodeXAACStream()
/aosp_15_r20/external/libxaac/test/decoder/
H A Dixheaacd_main.c1889 IA_API_CMD_GET_OUTPUT_BYTES, 0, &i_out_bytes); in ixheaacd_main_process()