Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/av_codec/audio_encoder/src/
Davcodec_audio_avbuffer_encoder_demo.cpp241 sampleRate_ = sampleRate; in RunCase()
244 … OH_AVFormat_SetIntValue(format, MediaDescriptionKey::MD_KEY_SAMPLE_RATE.data(), sampleRate_); in RunCase()
446 int32_t frameBytes = channels_ * sizeof(short) * sampleRate_ * time_20ms; in InputFunc()
448 frameBytes = channels_ * sizeof(short) * sampleRate_ * time_20ms; in InputFunc()
/test/xts/acts/multimedia/av_codec/audio_encoder/include/
Davcodec_audio_avbuffer_encoder_demo.h260 int32_t sampleRate_; variable