Home
last modified time | relevance | path

Searched refs:LAME_BUFFER_SIZE_DEFAULT (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.cpp44 constexpr int32_t LAME_BUFFER_SIZE_DEFAULT = 8640; // 1152*1.25+7200=8640 variable
110 lameMp3Buffer = std::make_unique<unsigned char []>(LAME_BUFFER_SIZE_DEFAULT); in AudioMp3EncoderPlugin()
216 lameMp3Buffer.get(), LAME_BUFFER_SIZE_DEFAULT); in QueueInputBuffer()
219 … sampleNumTmp, lameMp3Buffer.get(), LAME_BUFFER_SIZE_DEFAULT); in QueueInputBuffer()
222 … outputSize = lame_encode_flush(lameInfo->gfp, lameMp3Buffer.get(), LAME_BUFFER_SIZE_DEFAULT); in QueueInputBuffer()
288 int ret = lame_encode_flush(lameInfo->gfp, lameMp3Buffer.get(), LAME_BUFFER_SIZE_DEFAULT); in Release()
380 int result = lame_encode_flush(lameInfo->gfp, lameMp3Buffer.get(), LAME_BUFFER_SIZE_DEFAULT); in Stop()