Searched refs:sampleRate_ (Results 1 – 2 of 2) sorted by relevance
241 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()
260 int32_t sampleRate_; variable