Searched refs:videoDuration (Results 1 – 1 of 1) sorted by relevance
594 int32_t videoDuration = std::stoi(metaData[Media::AV_KEY_DURATION]); in CheckVideoFormat() local595 if (videoDuration < MIN_TIME || videoDuration > MAX_TIME) { in CheckVideoFormat()