HomeSort by relevance Sort by last modified time
    Searched refs:frame_idx (Results 1 - 25 of 60) sorted by null

1 2 3

  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 69 uint32_t frame_idx);
211 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx;
520 uint32_t frame_idx = (uint32_t)in_val; local
521 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx);
    [all...]
mm_camera_stream.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 69 uint32_t frame_idx);
213 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx;
522 uint32_t frame_idx = (uint32_t)in_val; local
523 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx);
    [all...]
mm_camera_stream.c     [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 52 * @frame_idx : frame sequence num, to be filled when DQBUF
70 uint32_t frame_idx; member in struct:__anon1744
127 * @frame_idx : buffer index within stream buffers
135 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
144 * @frame_idx : buffer index within stream buffers
150 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
600 * all frames in the superbuf queue up to frame_idx,
601 * even if frames with frame_idx come in later than
605 * @frame_idx : frame index up until which all superbufs are flushed
610 uint32_t ch_id, uint32_t frame_idx);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 52 * @frame_idx : frame sequence num, to be filled when DQBUF
70 uint32_t frame_idx; member in struct:__anon33173
127 * @frame_idx : buffer index within stream buffers
135 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
144 * @frame_idx : buffer index within stream buffers
150 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
600 * all frames in the superbuf queue up to frame_idx,
601 * even if frames with frame_idx come in later than
605 * @frame_idx : frame index up until which all superbufs are flushed
610 uint32_t ch_id, uint32_t frame_idx);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 77 uint32_t frame_idx; member in struct:__anon1768
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon1770::__anon1771
296 uint32_t frame_idx; member in struct:__anon1787
475 uint32_t frame_idx);
538 uint32_t frame_idx,
544 uint32_t frame_idx,
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 77 uint32_t frame_idx; member in struct:__anon33198
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon33200::__anon33201
296 uint32_t frame_idx; member in struct:__anon33217
475 uint32_t frame_idx);
538 uint32_t frame_idx,
544 uint32_t frame_idx,
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 1373 uint32_t frame_idx; local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 38 int frame_idx)
44 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext);
69 __func__, frame->frame_len, frame->frame_idx, frame->stream_id);
71 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx);
mm_qcamera_preview.c 41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
126 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx);
127 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx);
mm_qcamera_video.c 41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
mm_qcamera_snapshot.c 212 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx);
230 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 38 int frame_idx)
44 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext);
69 __func__, frame->frame_len, frame->frame_idx, frame->stream_id);
71 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx);
mm_qcamera_preview.c 41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
126 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx);
127 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx);
mm_qcamera_video.c 41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
mm_qcamera_snapshot.c 212 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx);
230 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
  /device/asus/flo/camera/
QCamera_Intf.h 107 int frame_idx; /* frame index */ member in struct:__anon1831
115 int frame_idx; /* frame index */ member in struct:__anon1832
142 int frame_idx[MM_MAX_WDN_NUM]; member in struct:__anon1835
324 uint32_t frame_idx; /* frame index */ member in struct:__anon1852
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 249 int frame_idx; /* Current frame ID */ member in struct:tagVideoDecData
  /hardware/qcom/camera/
QCamera_Intf.h 107 int frame_idx; /* frame index */ member in struct:__anon33261
115 int frame_idx; /* frame index */ member in struct:__anon33262
142 int frame_idx[MM_MAX_WDN_NUM]; member in struct:__anon33265
324 uint32_t frame_idx; /* frame index */ member in struct:__anon33282
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.cpp 770 param.reprocess.frame_idx = frame->bufs[i]->frame_idx;
QCamera2HWICallbacks.cpp 285 frame->frame_idx, QCAMERA_DUMP_FRM_PREVIEW);
410 frame->frame_idx, QCAMERA_DUMP_FRM_PREVIEW);
479 frame->frame_idx, QCAMERA_DUMP_FRM_THUMBNAIL);
555 frame->frame_idx, QCAMERA_DUMP_FRM_VIDEO);
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.cpp 770 param.reprocess.frame_idx = frame->bufs[i]->frame_idx;
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 167 int frame_idx);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 176 uint32_t frame_idx; /* frame sequence num, to be filled when DQBUF */ member in struct:__anon2096

Completed in 818 milliseconds

1 2 3