Home
last modified time | relevance | path

Searched refs:ffColorPrimaries (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/services/engine/common/include/
H A Dffmpeg_converter.h40 static ColorPrimary ConvertFFMpegToOHColorPrimaries(AVColorPrimaries ffColorPrimaries);
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_converter.h41 static ColorPrimary ConvertFFMpegToOHColorPrimaries(AVColorPrimaries ffColorPrimaries);
H A Dffmpeg_converter.cpp253 ColorPrimary FFMpegConverter::ConvertFFMpegToOHColorPrimaries(AVColorPrimaries ffColorPrimaries) in ConvertFFMpegToOHColorPrimaries() argument
256 [&ffColorPrimaries](const auto &item) -> bool { return item.first == ffColorPrimaries; }); in ConvertFFMpegToOHColorPrimaries()
258 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffColorPrimaries)); in ConvertFFMpegToOHColorPrimaries()
/foundation/multimedia/av_codec/services/engine/common/
H A Dffmpeg_converter.cpp237 ColorPrimary FFMpegConverter::ConvertFFMpegToOHColorPrimaries(AVColorPrimaries ffColorPrimaries) in ConvertFFMpegToOHColorPrimaries() argument
240 [&ffColorPrimaries](const auto &item) -> bool { return item.first == ffColorPrimaries; }); in ConvertFFMpegToOHColorPrimaries()
242 AVCODEC_LOGW("Convert color primaries failed: %{public}d", static_cast<int32_t>(ffColorPrimaries)); in ConvertFFMpegToOHColorPrimaries()

Completed in 2 milliseconds