Home
last modified time | relevance | path

Searched refs:ch_type (Results 1 – 14 of 14) sorted by relevance

/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWI.h305 int32_t addChannel(qcamera_ch_type_enum_t ch_type);
306 int32_t startChannel(qcamera_ch_type_enum_t ch_type);
307 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
308 int32_t delChannel(qcamera_ch_type_enum_t ch_type);
DQCamera2HWI.cpp3321 int32_t QCamera2HardwareInterface::addChannel(qcamera_ch_type_enum_t ch_type) in addChannel() argument
3324 switch (ch_type) { in addChannel()
3364 int32_t QCamera2HardwareInterface::delChannel(qcamera_ch_type_enum_t ch_type) in delChannel() argument
3366 if (m_channels[ch_type] != NULL) { in delChannel()
3367 delete m_channels[ch_type]; in delChannel()
3368 m_channels[ch_type] = NULL; in delChannel()
3386 int32_t QCamera2HardwareInterface::startChannel(qcamera_ch_type_enum_t ch_type) in startChannel() argument
3389 if (m_channels[ch_type] != NULL) { in startChannel()
3390 rc = m_channels[ch_type]->start(); in startChannel()
3408 int32_t QCamera2HardwareInterface::stopChannel(qcamera_ch_type_enum_t ch_type) in stopChannel() argument
[all …]
/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWI.h305 int32_t addChannel(qcamera_ch_type_enum_t ch_type);
306 int32_t startChannel(qcamera_ch_type_enum_t ch_type);
307 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
308 int32_t delChannel(qcamera_ch_type_enum_t ch_type);
DQCamera2HWI.cpp3321 int32_t QCamera2HardwareInterface::addChannel(qcamera_ch_type_enum_t ch_type) in addChannel() argument
3324 switch (ch_type) { in addChannel()
3364 int32_t QCamera2HardwareInterface::delChannel(qcamera_ch_type_enum_t ch_type) in delChannel() argument
3366 if (m_channels[ch_type] != NULL) { in delChannel()
3367 delete m_channels[ch_type]; in delChannel()
3368 m_channels[ch_type] = NULL; in delChannel()
3386 int32_t QCamera2HardwareInterface::startChannel(qcamera_ch_type_enum_t ch_type) in startChannel() argument
3389 if (m_channels[ch_type] != NULL) { in startChannel()
3390 rc = m_channels[ch_type]->start(); in startChannel()
3408 int32_t QCamera2HardwareInterface::stopChannel(qcamera_ch_type_enum_t ch_type) in stopChannel() argument
[all …]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h200 mm_camera_channel_type_t ch_type,
221 mm_camera_channel_type_t ch_type);
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h200 mm_camera_channel_type_t ch_type,
221 mm_camera_channel_type_t ch_type);
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.h378 int32_t addChannel(qcamera_ch_type_enum_t ch_type);
379 int32_t startChannel(qcamera_ch_type_enum_t ch_type);
380 int32_t stopChannel(qcamera_ch_type_enum_t ch_type);
381 int32_t delChannel(qcamera_ch_type_enum_t ch_type, bool destroy = true);
DQCamera2HWI.cpp4786 int32_t QCamera2HardwareInterface::addChannel(qcamera_ch_type_enum_t ch_type) in addChannel() argument
4789 switch (ch_type) { in addChannel()
4830 int32_t QCamera2HardwareInterface::delChannel(qcamera_ch_type_enum_t ch_type, in delChannel() argument
4833 if (m_channels[ch_type] != NULL) { in delChannel()
4835 delete m_channels[ch_type]; in delChannel()
4836 m_channels[ch_type] = NULL; in delChannel()
4838 m_channels[ch_type]->deleteChannel(); in delChannel()
4857 int32_t QCamera2HardwareInterface::startChannel(qcamera_ch_type_enum_t ch_type) in startChannel() argument
4860 if (m_channels[ch_type] != NULL) { in startChannel()
4861 rc = m_channels[ch_type]->config(); in startChannel()
[all …]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c619 mm_camera_channel_type_t ch_type, in mm_app_add_channel() argument
635 channel = &test_obj->channels[ch_type]; in mm_app_add_channel()
721 mm_camera_channel_type_t ch_type) in mm_app_get_channel_by_type() argument
723 return &test_obj->channels[ch_type]; in mm_app_get_channel_by_type()
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c619 mm_camera_channel_type_t ch_type, in mm_app_add_channel() argument
635 channel = &test_obj->channels[ch_type]; in mm_app_add_channel()
721 mm_camera_channel_type_t ch_type) in mm_app_get_channel_by_type() argument
723 return &test_obj->channels[ch_type]; in mm_app_get_channel_by_type()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h388 mm_camera_channel_type_t ch_type,
409 mm_camera_channel_type_t ch_type);
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
Dmm_qcamera_app.h193 extern void mm_app_close_ch(int cam_id, int ch_type);
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_app.c421 void mm_app_close_ch(int cam_id, int ch_type) in mm_app_close_ch() argument
426 CDBG("%s:END,cam_id = %d, ch = %d\n", __func__, cam_id, ch_type); in mm_app_close_ch()
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c725 mm_camera_channel_type_t ch_type, in mm_app_add_channel() argument
741 channel = &test_obj->channels[ch_type]; in mm_app_add_channel()
831 mm_camera_channel_type_t ch_type) in mm_app_get_channel_by_type() argument
833 return &test_obj->channels[ch_type]; in mm_app_get_channel_by_type()