Home
last modified time | relevance | path

Searched refs:ColorTransfer2AVColorTransfer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.h56 std::pair<bool, AVColorTransferCharacteristic> ColorTransfer2AVColorTransfer(TransferCharacteristic…
H A Dffmpeg_utils.cpp269 std::pair<bool, AVColorTransferCharacteristic> ColorTransfer2AVColorTransfer(TransferCharacteristic… in ColorTransfer2AVColorTransfer() function
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp479 auto colorTrc = ColorTransfer2AVColorTransfer(colorTransfer); in SetCodecParameterColor()
536 … auto colorTrc = ColorTransfer2AVColorTransfer(static_cast<TransferCharacteristic>(colorTransfer)); in SetCodecParameterColorByParser()