Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dvideo_output_impl.h48 Camera_ErrorCode GetActiveFrameRate(Camera_FrameRateRange* frameRateRange);
H A Dpreview_output_impl.h48 Camera_ErrorCode GetActiveFrameRate(Camera_FrameRateRange* frameRateRange);
H A Dvideo_output_impl.cpp195 Camera_ErrorCode Camera_VideoOutput::GetActiveFrameRate(Camera_FrameRateRange* frameRateRange) in GetActiveFrameRate() function in Camera_VideoOutput
H A Dpreview_output_impl.cpp187 Camera_ErrorCode Camera_PreviewOutput::GetActiveFrameRate(Camera_FrameRateRange* frameRateRange) in GetActiveFrameRate() function in Camera_PreviewOutput
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp193 return videoOutput->GetActiveFrameRate(frameRateRange); in OH_VideoOutput_GetActiveFrameRate()
H A Dpreview_output.cpp196 return previewOutput->GetActiveFrameRate(frameRateRange); in OH_PreviewOutput_GetActiveFrameRate()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dpreview_output_napi.h104 static napi_value GetActiveFrameRate(napi_env env, napi_callback_info info);
H A Dvideo_output_napi.h93 static napi_value GetActiveFrameRate(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dpreview_output_napi.cpp281 DECLARE_NAPI_FUNCTION("getActiveFrameRate", GetActiveFrameRate), in Init()
958 napi_value PreviewOutputNapi::GetActiveFrameRate(napi_env env, napi_callback_info info) in GetActiveFrameRate() function in OHOS::CameraStandard::PreviewOutputNapi
H A Dvideo_output_napi.cpp222 DECLARE_NAPI_FUNCTION("getActiveFrameRate", GetActiveFrameRate), in Init()
605 napi_value VideoOutputNapi::GetActiveFrameRate(napi_env env, napi_callback_info info) in GetActiveFrameRate() function in OHOS::CameraStandard::VideoOutputNapi