Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp292 const std::string strOfRotation = resultMap.at(AVMetadataCode::AV_KEY_VIDEO_ORIENTATION); in ParseVideoSize() local
293 if (strOfRotation.empty()) { in ParseVideoSize()
296 } else if (!ConvertStrToInt32(strOfRotation, rotation)) { in ParseVideoSize()

Completed in 4 milliseconds