Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/
H A Dmedia_format.h27 const std::string VIDEO_FRAME_COUNT = "com.openharmony.frame_num"; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmuxer.cpp112 userMeta->SetData(VIDEO_FRAME_COUNT, mediaInfo->codecInfo.numFrames); in AddMediaInfo()