Searched refs:FindInParameterMapThenAssignLocked (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/ |
H A D | video_ffmpeg_encoder_plugin.cpp | 190 void VideoFfmpegEncoderPlugin::FindInParameterMapThenAssignLocked(Tag tag, T& assign) in FindInParameterMapThenAssignLocked() function in OHOS::Media::Plugin::Ffmpeg::VideoFfmpegEncoderPlugin 221 FindInParameterMapThenAssignLocked<std::uint32_t>(Tag::VIDEO_WIDTH, width_); in InitCodecContext() 222 FindInParameterMapThenAssignLocked<std::uint32_t>(Tag::VIDEO_HEIGHT, height_); in InitCodecContext() 223 FindInParameterMapThenAssignLocked<uint32_t>(Tag::VIDEO_FRAME_RATE, frameRate_); in InitCodecContext() 224 …FindInParameterMapThenAssignLocked<Plugin::VideoPixelFormat>(Tag::VIDEO_PIXEL_FORMAT, pixelFormat_… in InitCodecContext()
|
H A D | video_ffmpeg_encoder_plugin.h | 91 void FindInParameterMapThenAssignLocked(Tag tag, T &assign);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/ |
H A D | video_ffmpeg_decoder_plugin.cpp | 199 void VideoFfmpegDecoderPlugin::FindInParameterMapThenAssignLocked(Tag tag, T& assign) in FindInParameterMapThenAssignLocked() function in OHOS::Media::Plugin::VideoFfmpegDecoderPlugin 232 FindInParameterMapThenAssignLocked<int64_t>(Tag::MEDIA_BITRATE, avCodecContext_->bit_rate); in InitCodecContext() 233 FindInParameterMapThenAssignLocked<std::uint32_t>(Tag::VIDEO_WIDTH, width_); in InitCodecContext() 234 FindInParameterMapThenAssignLocked<std::uint32_t>(Tag::VIDEO_HEIGHT, height_); in InitCodecContext() 235 …FindInParameterMapThenAssignLocked<Plugin::VideoPixelFormat>(Tag::VIDEO_PIXEL_FORMAT, pixelFormat_… in InitCodecContext()
|
H A D | video_ffmpeg_decoder_plugin.h | 95 void FindInParameterMapThenAssignLocked(Tag tag, T& assign);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/ |
H A D | audio_ffmpeg_decoder_plugin.h | 92 Status FindInParameterMapThenAssignLocked(Tag tag, T& assign);
|
H A D | audio_ffmpeg_decoder_plugin.cpp | 255 Status AudioFfmpegDecoderPlugin::FindInParameterMapThenAssignLocked(Tag tag, T& assign) in FindInParameterMapThenAssignLocked() function in OHOS::Media::Plugin::Ffmpeg::AudioFfmpegDecoderPlugin 275 auto ret = FindInParameterMapThenAssignLocked(tag, tmpVal); \ in Prepare() 298 auto ret = FindInParameterMapThenAssignLocked(Tag::AUDIO_SAMPLE_FORMAT, audioSampleFormat); in Prepare()
|