Home
last modified time | relevance | path

Searched refs:MD_KEY_AUDIO_SAMPLES_PER_FRAME (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dmedia_description.h235 static constexpr std::string_view MD_KEY_AUDIO_SAMPLES_PER_FRAME = "audio_samples_per_frame"; member in OHOS::MediaAVCodec::MediaDescriptionKey
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_ffmpeg_flac_encoder_plugin.cpp176 format_.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME, context->frame_size);
H A Daudio_ffmpeg_aac_encoder_plugin.cpp183 format_.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME, avCodecContext_->frame_size);
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_g711mu_encoder_demo.cpp113 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
H A Davcodec_audio_avbuffer_aac_encoder_demo.cpp112 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
H A Davcodec_audio_avbuffer_amrwb_encoder_demo.cpp114 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
H A Davcodec_audio_avbuffer_amrnb_encoder_demo.cpp114 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
H A Davcodec_audio_aac_encoder_demo.cpp112 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
H A Davcodec_audio_avbuffer_mp3_encoder_demo.cpp115 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
H A Davcodec_audio_g711mu_encoder_demo.cpp112 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()

Completed in 7 milliseconds