Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp234 static const std::map<std::string, VideoOrientationType> matrixTypes = { variable
253 auto it = matrixTypes.find(value); in GetMatrixType()
254 if (it!= matrixTypes.end()) { in GetMatrixType()