Home
last modified time | relevance | path

Searched refs:videoPixelFormat (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp1032 int32_t videoPixelFormat = static_cast<int32_t>(VideoPixelFormat::UNKNOWN); in GetCodecDfxInfo() local
1033 format.GetIntValue(MediaDescriptionKey::MD_KEY_PIXEL_FORMAT, videoPixelFormat); in GetCodecDfxInfo()
1034 videoPixelFormat = PIXEL_FORMAT_STRING_MAP.find(videoPixelFormat) != PIXEL_FORMAT_STRING_MAP.end() in GetCodecDfxInfo()
1035 ? videoPixelFormat in GetCodecDfxInfo()
1051 codecDfxInfo.videoPixelFormat = in GetCodecDfxInfo()
1052 codecDfxInfo.audioChannelCount == 0 ? PIXEL_FORMAT_STRING_MAP.at(videoPixelFormat) : ""; in GetCodecDfxInfo()
/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_sysevent.h45 std::string videoPixelFormat; member
/foundation/multimedia/av_codec/services/dfx/
H A Davcodec_sysevent.cpp69 "VIDEO_PIXEL_FORMAT", codecDfxInfo.videoPixelFormat, in CodecStartEventWrite()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h156 VideoPixelFormat videoPixelFormat {VideoPixelFormat::UNKNOWN};
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dplugin_buffer.cpp179 bufferMeta->videoPixelFormat = videoPixelFormat; in Clone()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_input/
H A Dav_transport_input_filter.cpp375 auto videoPixelFormat = Plugin::AnyCast<VideoPixelFormat>(paramsMap_[Tag::VIDEO_PIXEL_FORMAT]); in ConfigVideoMeta() local
376 AVTRANS_LOGI("ConfigVideoMeta: VIDEO_PIXEL_FORMAT is %{public}d", videoPixelFormat); in ConfigVideoMeta()
377 meta.Set<Plugin::Tag::VIDEO_PIXEL_FORMAT>(videoPixelFormat); in ConfigVideoMeta()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.cpp405 FALSE_RETURN_V_MSG_W(pixelFormat_ == videoMeta->videoPixelFormat, Status::ERROR_INVALID_PARAMETER, in FillAvFrame()
407 cachedFrame_->format = ConvertPixelFormatToFFmpeg(videoMeta->videoPixelFormat); in FillAvFrame()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.cpp228 videoMeta->videoPixelFormat = VideoPixelFormat::YUV420P; in SetVideoBufferMeta()
H A Dvideo_capture_plugin.cpp277 videoMeta->videoPixelFormat = VideoPixelFormat::NV21; in SetVideoBufferMeta()
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp374 uint32_t frameFormat = TranslatePixelFormat(videoMeta->videoPixelFormat); in VideoImageDisaplay()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp717 videoMeta->videoPixelFormat = pixelFormat_; in FillFrameBuffer()

Completed in 11 milliseconds