Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.h124 static int32_t CheckVideoFrameFormat(const int32_t &frameWidth, const int32_t &frameHeight,
H A Davscreen_capture_napi.cpp716 ret = AVScreenCaptureNapi::CheckVideoFrameFormat(frameWidth, frameHeight, in GetVideoInfo()
758 int32_t AVScreenCaptureNapi::CheckVideoFrameFormat(const int32_t &frameWidth, const int32_t &frameH… in CheckVideoFrameFormat() function in OHOS::Media::AVScreenCaptureNapi