HomeSort by relevance Sort by last modified time
    Searched defs:num_buf_requested (Results 1 - 10 of 10) sorted by null

  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 66 uint32_t num_buf_requested);
206 ch_obj->pending_cnt = cmd_cb->u.req_buf.num_buf_requested;
509 uint32_t num_buf_requested = (uint32_t)in_val; local
510 rc = mm_channel_request_super_buf(my_obj, num_buf_requested);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 66 uint32_t num_buf_requested);
208 ch_obj->pending_cnt = cmd_cb->u.req_buf.num_buf_requested;
511 uint32_t num_buf_requested = (uint32_t)in_val; local
512 rc = mm_channel_request_super_buf(my_obj, num_buf_requested);
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 84 int32_t mm_channel_request_super_buf(mm_channel_t *my_obj, uint32_t num_buf_requested);
209 ch_obj->pending_cnt = cmd_cb->u.req_buf.num_buf_requested;
578 uint32_t num_buf_requested = (uint32_t)in_val; local
579 rc = mm_channel_request_super_buf(my_obj, num_buf_requested);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 66 uint32_t num_buf_requested, uint32_t num_reto_buf_requested);
213 ch_obj->pending_cnt = cmd_cb->u.req_buf.num_buf_requested;
648 uint32_t num_buf_requested = (uint32_t)in_val; local
651 num_buf_requested, num_retro_buf_requested);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 68 uint32_t num_buf_requested, uint32_t num_reto_buf_requested);
221 ch_obj->pending_cnt = cmd_cb->u.req_buf.num_buf_requested;
711 uint32_t num_buf_requested = *((uint32_t *)in_val); local
714 num_buf_requested, num_retro_buf_requested);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 82 uint32_t num_buf_requested; member in struct:__anon2888
470 uint32_t num_buf_requested);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 82 uint32_t num_buf_requested; member in struct:__anon3393
472 uint32_t num_buf_requested);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 107 uint32_t num_buf_requested; member in struct:__anon3725
548 uint32_t num_buf_requested);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 88 uint32_t num_buf_requested; member in struct:__anon4123
526 uint32_t num_buf_requested,
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 91 uint32_t num_buf_requested; member in struct:__anon25407
580 uint32_t num_buf_requested,

Completed in 64 milliseconds