Home
last modified time | relevance | path

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 Dvideo_ffmpeg_encoder_plugin.cpp190 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()
224FindInParameterMapThenAssignLocked<Plugin::VideoPixelFormat>(Tag::VIDEO_PIXEL_FORMAT, pixelFormat_… in InitCodecContext()
H A Dvideo_ffmpeg_encoder_plugin.h91 void FindInParameterMapThenAssignLocked(Tag tag, T &assign);
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp199 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()
235FindInParameterMapThenAssignLocked<Plugin::VideoPixelFormat>(Tag::VIDEO_PIXEL_FORMAT, pixelFormat_… in InitCodecContext()
H A Dvideo_ffmpeg_decoder_plugin.h95 void FindInParameterMapThenAssignLocked(Tag tag, T& assign);
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_decoder/
H A Daudio_ffmpeg_decoder_plugin.h92 Status FindInParameterMapThenAssignLocked(Tag tag, T& assign);
H A Daudio_ffmpeg_decoder_plugin.cpp255 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()