Searched refs:S16_BITS_PER_SAMPLE (Results 1 – 3 of 3) sorted by relevance
181 bitsPerSample = S16_BITS_PER_SAMPLE; in getAVFormatFlac()538 COMMON_FLAC_NUM * CHANNEL_COUNT_STEREO * S16_BITS_PER_SAMPLE);604 COMMON_FLAC_NUM * CHANNEL_COUNT_STEREO * S16_BITS_PER_SAMPLE);
51 constexpr int32_t INPUT_SIZE_FLAC = COMMON_FLAC_NUM * CHANNEL_COUNT_FLAC * S16_BITS_PER_SAMPLE;
55 constexpr int32_t S16_BITS_PER_SAMPLE = 2; variable