Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/mp3/
H A Daudio_mp3_encoder_plugin.cpp45 constexpr int32_t LAME_INPUT_BUFFER_SIZE_ONE_CHAN = 2304; // 1152*2=2304 variable
194 if ((channels_ == ONE_CHANNEL && inputSize > LAME_INPUT_BUFFER_SIZE_ONE_CHAN) || in QueueInputBuffer()