Home
last modified time | relevance | path

Searched refs:DEFAULT_VIDEO_HEIGHT (Results 1 – 8 of 8) sorted by relevance

/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_video.c88 stream->s_config.stream_info->dim.height = DEFAULT_VIDEO_HEIGHT; in mm_app_add_video_stream()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_video.c88 stream->s_config.stream_info->dim.height = DEFAULT_VIDEO_HEIGHT; in mm_app_add_video_stream()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_video.c88 stream->s_config.stream_info->dim.height = DEFAULT_VIDEO_HEIGHT; in mm_app_add_video_stream()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h65 #define DEFAULT_VIDEO_HEIGHT 480 macro
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h65 #define DEFAULT_VIDEO_HEIGHT 480 macro
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h65 #define DEFAULT_VIDEO_HEIGHT 480 macro
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h61 #define DEFAULT_VIDEO_HEIGHT 1088 macro
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp100 #define DEFAULT_VIDEO_HEIGHT 1080 macro
727 mDimension.video_height = DEFAULT_VIDEO_HEIGHT; in initDefaultParameters()