Searched refs:mExtImgMode (Results 1 – 4 of 4) sorted by relevance
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraStream.cpp | 44 ALOGD("DEBUG4:ExtMode:%d,streamid:%d",p_obj->mExtImgMode,bufs->bufs[0]->stream_id); in stream_cb_routine() 45 switch(p_obj->mExtImgMode) in stream_cb_routine() 93 …LOGD("%s: mActive = %d, streamid = %d, image_mode = %d",__func__, mActive, mStreamId, mExtImgMode); in streamOn() 113 __func__, mActive, mInit, mStreamId, mExtImgMode); in streamOn() 120 …LOGD("%s: mActive = %d, streamid = %d, image_mode = %d",__func__, mActive, mStreamId, mExtImgMode); in streamOff() 134 __func__, mActive, mInit, mStreamId, mExtImgMode); in streamOff() 149 __func__, mActive, mInit, mStreamId, mExtImgMode); in initStream() 153 __func__, mActive, mInit, mStreamId, mExtImgMode); in initStream() 161 mExtImgMode, in initStream() 165 __func__, mActive, mInit, mStreamId, mExtImgMode); in initStream() [all …]
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream.cpp | 130 ALOGE("DEBUG4:ExtMode:%d,streamid:%d",p_obj->mExtImgMode,bufs->bufs[0]->stream_id); in stream_cb_routine() 131 switch(p_obj->mExtImgMode) { in stream_cb_routine() 266 mExtImgMode = imgmode; in initStream() 273 mExtImgMode, in initStream()
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraStream.h | 93 mm_camera_img_mode mExtImgMode; variable
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
D | QCameraStream.h | 67 mm_camera_img_mode mExtImgMode; variable
|