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 D | media_description.h | 235 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 D | audio_ffmpeg_flac_encoder_plugin.cpp | 176 format_.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME, context->frame_size);
|
H A D | audio_ffmpeg_aac_encoder_plugin.cpp | 183 format_.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME, avCodecContext_->frame_size);
|
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_avbuffer_g711mu_encoder_demo.cpp | 113 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
|
H A D | avcodec_audio_avbuffer_aac_encoder_demo.cpp | 112 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
|
H A D | avcodec_audio_avbuffer_amrwb_encoder_demo.cpp | 114 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
|
H A D | avcodec_audio_avbuffer_amrnb_encoder_demo.cpp | 114 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
|
H A D | avcodec_audio_aac_encoder_demo.cpp | 112 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
|
H A D | avcodec_audio_avbuffer_mp3_encoder_demo.cpp | 115 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
|
H A D | avcodec_audio_g711mu_encoder_demo.cpp | 112 OH_AVFormat_GetIntValue(fmt, MediaDescriptionKey::MD_KEY_AUDIO_SAMPLES_PER_FRAME.data(), &frameSize); in RunCase()
|
Completed in 7 milliseconds