Home
last modified time | relevance | path

Searched refs:SAMPLE_RATE_48K (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_decoder_filter.cpp37 constexpr int32_t SAMPLE_RATE_48K = 48000;
310 if (!sampleRateGetRes || sampleRate < SAMPLE_RATE_48K) { in UpdateTrackInfoSampleFormat()
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerStablityTest.cpp62 constexpr int32_t SAMPLE_RATE_48K = 48000; member
95 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_SAMPLE_RATE, SAMPLE_RATE_48K); in AddTrack()
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_avbuffer_capi_unit_test.cpp54 constexpr uint32_t SAMPLE_RATE_48K = 48000; member
595 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_SAMPLE_RATE.data(), SAMPLE_RATE_48K); in HWTEST_F()
618 OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_SAMPLE_RATE.data(), SAMPLE_RATE_48K); in HWTEST_F()

Completed in 6 milliseconds