Searched refs:bytesValid (Results 1 – 4 of 4) sorted by relevance
68 UINT bytesValid = p_buf->len; in a2dp_aac_decoder_decode_packet() local69 while (bytesValid > 0) { in a2dp_aac_decoder_decode_packet()71 &pBuffer, &bufferSize, &bytesValid); in a2dp_aac_decoder_decode_packet()
213 unsigned int bytesValid = p_buf->len; in a2dp_vendor_ldac_decoder_decode_packet() local214 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()
668 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in onQueueFilled() local805 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()
569 UINT bytesValid[FILEREAD_MAX_LAYERS] = {0}; in process() local674 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()