Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/lite_aac_decoder/
H A Dlite_aac_decoder_plugin.cpp97 constexpr unsigned int PCM_SIZE = 2048 * AAC_DECODER_SAMPLE_SIZE; variable
312 if ((outData->GetCapacity() >= packet_length) && (packet_length <= PCM_SIZE)) { in AudioDecoderAACMp4Process()
314 PCM_SIZE / 2, 0); // 2 in AudioDecoderAACMp4Process()