Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_decoder_plugin.cpp32 constexpr uint32_t MP3_384_SAMPLES_PER_FRAME = 384; // 384 variable
94 …if (samplesPerFrame_ != MP3_384_SAMPLES_PER_FRAME && samplesPerFrame_ != MP3_576_SAMPLES_PER_FRAME… in Prepare()