Home
last modified time | relevance | path

Searched refs:VIDEO_DEFAULT_HEIGHT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/
H A Dcamera_ndk_unittest.h38 static const int32_t VIDEO_DEFAULT_HEIGHT = 480; variable
66 …put* CreateVideoOutput(int32_t width = VIDEO_DEFAULT_WIDTH, int32_t height = VIDEO_DEFAULT_HEIGHT);
H A Dcamera_framework_unittest.h38 static const int32_t VIDEO_DEFAULT_HEIGHT = 360; variable
90 …put> CreateVideoOutput(int32_t width = VIDEO_DEFAULT_WIDTH, int32_t height = VIDEO_DEFAULT_HEIGHT);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h47 static const int32_t VIDEO_DEFAULT_HEIGHT = 360; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_napi.h57 static const std::int32_t VIDEO_DEFAULT_HEIGHT = 360; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp1191 int32_t height = VIDEO_DEFAULT_HEIGHT;
1215 int32_t height = VIDEO_DEFAULT_HEIGHT;
6117 int32_t height = VIDEO_DEFAULT_HEIGHT;
6143 int32_t height = VIDEO_DEFAULT_HEIGHT;
6173 int32_t height = VIDEO_DEFAULT_HEIGHT;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp1124 videoHeight_ = VIDEO_DEFAULT_HEIGHT; in SetUpInit()
6591 videoSize.height = VIDEO_DEFAULT_HEIGHT;