HomeSort by relevance Sort by last modified time
    Searched refs:del_stream (Results 1 - 6 of 6) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 260 int32_t (*del_stream) (uint32_t camera_handle, uint32_t ch_id, member in struct:__anon2100
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_rdi.c 271 if(MM_CAMERA_OK != (rc = pme->cam->ops->del_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_PREVIEW].id)))
277 if (MM_CAMERA_OK != (rc = pme->cam->ops->del_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_RDI].id))) {
281 CDBG("del_stream successfull");
mm_qcamera_video.c 287 if(MM_CAMERA_OK != (rc = pme->cam->ops->del_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_VIDEO].id))){
292 if(MM_CAMERA_OK != (rc = pme->cam->ops->del_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_SNAPSHOT_MAIN].id))){
297 CDBG("del_stream successfull");
mm_qcamera_preview.c 924 if (MM_CAMERA_OK != (rc = pme->cam->ops->del_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_PREVIEW].id))) {
928 CDBG("del_stream successfull")
    [all...]
mm_qcamera_snapshot.c 691 if (MM_CAMERA_OK != (rc = pme->cam->ops->del_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_SNAPSHOT_MAIN].id))) {
692 CDBG_ERROR("%s : Snapshot main image del_stream Error",__func__);
695 CDBG("del_stream successfull");
697 if (MM_CAMERA_OK != (rc = pme->cam->ops->del_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_SNAPSHOT_THUMBNAIL].id))) {
698 CDBG_ERROR("%s : Snapshot thumnail image del_stream Error",__func__);
701 CDBG("del_stream successfull");
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 878 .del_stream = mm_camera_intf_del_stream,

Completed in 175 milliseconds