Home
last modified time | relevance | path

Searched refs:bytesValid (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/a2dp/
H A Da2dp_aac_decoder.cc68 UINT bytesValid = p_buf->len; in a2dp_aac_decoder_decode_packet() local
69 while (bytesValid > 0) { in a2dp_aac_decoder_decode_packet()
71 &pBuffer, &bufferSize, &bytesValid); in a2dp_aac_decoder_decode_packet()
H A Da2dp_vendor_ldac_decoder.cc213 unsigned int bytesValid = p_buf->len; in a2dp_vendor_ldac_decoder_decode_packet() local
214 if (bytesValid == 0) { in a2dp_vendor_ldac_decoder_decode_packet()
225 bs_bytes = (int)bytesValid; in a2dp_vendor_ldac_decoder_decode_packet()
226 bytesValid -= 1; in a2dp_vendor_ldac_decoder_decode_packet()
/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp668 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in onQueueFilled() local
805 bytesValid[0] = inBufferLength[0]; in onQueueFilled()
813 bytesValid); in onQueueFilled()
819 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0]; in onQueueFilled()
850 if (bytesValid[0] != 0) { in onQueueFilled()
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp569 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in process() local
674 bytesValid[0] = inBufferLength[0]; in process()
683 bytesValid); in process()
731 UINT inBufferUsedLength = inBufferLength[0] - bytesValid[0]; in process()
762 if (bytesValid[0] != 0) { in process()