Searched defs:frame_idx (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c42 uint32_t frame_idx)
50 QCAMERA_DUMP_FRM_LOCATION"%s_%03u.%s", name, frame_idx, ext);
75 frame->frame_len, frame->frame_idx, frame->stream_id);
77 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx);
39 mm_app_rdi_dump_frame(mm_camera_buf_def_t *frame, char *name, char *ext, uint32_t frame_idx) argument
H A Dmm_qcamera_app.c245 uint32_t frame_idx)
253 QCAMERA_DUMP_FRM_LOCATION"%s_%04d.%s", name, frame_idx, ext);
242 mm_app_dump_frame(mm_camera_buf_def_t *frame, char *name, char *ext, uint32_t frame_idx) argument
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMuxer.h117 uint32_t frame_idx; member in struct:qcamera::__anon2197
194 uint32_t frame_idx, camera_release_callback release_cb,
276 uint32_t frame_idx, camera_release_callback release_cb,
H A DQCameraChannel.cpp765 * @frame_idx : frame index of focused frame
771 int32_t QCameraPicChannel::flushSuperbuffer(uint32_t frame_idx) argument
773 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx);
1343 param.reprocess.frame_idx = frame->frame_idx;
1351 param.reprocess.frame_idx, param.reprocess.buf_index,
1515 param.reprocess.frame_idx = frame->bufs[i]->frame_idx;
1524 param.reprocess.frame_idx, param.reprocess.buf_index,
H A DQCameraMuxer.cpp2440 uint32_t frame_idx = *((uint32_t *) match_data); local
2442 return node->frame_idx == frame_idx;
2466 uint32_t frame_idx = *((uint32_t *) match_data); local
2468 return node->frame_idx < frame_idx;
2566 main_jpeg_node->frame_idx,
2577 aux_jpeg_node->frame_idx,
2638 * @frame_idx : frame index for matching frames
2648 uint32_t frame_idx, camera_release_callbac
2645 jpeg_data_callback(int32_t msg_type, const camera_memory_t *data, unsigned int index, camera_frame_metadata_t *metadata, void *user, uint32_t frame_idx, camera_release_callback release_cb, void *release_cookie, void *release_data) argument
2691 storeJpeg(cam_sync_type_t cam_type, int32_t msg_type, const camera_memory_t *data, unsigned int index, camera_frame_metadata_t *metadata, void *user,uint32_t frame_idx, camera_release_callback release_cb, void *release_cookie, void *release_data) argument
[all...]
H A DQCameraPostProc.cpp1129 uint32_t frame_idx = jpeg_job->src_frame->bufs[0]->frame_idx;*/
1130 uint32_t frame_idx = 75; local
1131 LOGH("FRAME INDEX %d", frame_idx);
1199 frame_idx);
1231 frame_idx);
2729 //uint32_t frame_idx = jpeg_job->src_frame->bufs[0]->frame_idx;
2730 uint32_t frame_idx = 75; local
2785 frame_idx);
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_h264_parser.c301 refPicListX->frame_idx = 0;
357 refPicListX->frame_idx = fs->frame_num;
433 int frame_idx; local
437 for (frame_idx = 0; frame_idx < 16; frame_idx++)
439 pic_parms->ReferenceFrames[frame_idx].picture_id = VA_INVALID_SURFACE;
440 pic_parms->ReferenceFrames[frame_idx].frame_idx = 0;
441 pic_parms->ReferenceFrames[frame_idx]
[all...]
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp722 uint32_t frame_idx,
721 video_frame_process(VAProcFilterType filter_type, uint32_t frame_idx, VASurfaceID in_surface_id, VASurfaceID out_surface_id) argument
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h113 * @frame_idx : frame sequence num, to be filled when DQBUF
131 uint32_t frame_idx; member in struct:mm_camera_buf_def
216 * @frame_idx : buffer index within stream buffers
224 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
237 * @frame_idx : buffer index within stream buffers
243 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
782 * all frames in the superbuf queue up to frame_idx,
783 * even if frames with frame_idx come in later than
787 * @frame_idx : frame index up until which all superbufs are flushed
792 uint32_t ch_id, uint32_t frame_idx);
[all...]
H A Dcam_intf.h456 uint32_t frame_idx; /* frame id of source frame to be reprocessed */ member in struct:__anon2251
H A Dcam_types.h421 uint32_t frame_idx; /* frame index: valid if type is STREAM_BUF */ member in struct:__anon2283
438 uint32_t frame_idx; /* frame index: valid if STREAM_BUF or HIST_BUF */ member in struct:__anon2285
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c1300 uint32_t frame_idx)
1312 (void *)&frame_idx,
1549 payload.frame_idx = buf_idx;
1646 payload.frame_idx = buf_idx;
1299 mm_camera_flush_super_buf_queue(mm_camera_obj_t *my_obj, uint32_t ch_id, uint32_t frame_idx) argument
H A Dmm_camera_channel.c72 uint32_t frame_idx,
146 mm_channel_queue_t * queue, uint32_t frame_idx);
274 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.flush_cmd.frame_idx;
491 ((node->frame_idx <
495 node->frame_idx, ch_obj->capture_frame_id[ch_obj->cur_capture_idx]);
941 uint32_t frame_idx = *((uint32_t *)in_val); local
942 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx, CAM_STREAM_TYPE_DEFAULT);
1860 * @frame_idx : frame idx until which to flush all superbufs
1866 int32_t mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx, argument
1876 node->u.flush_cmd.frame_idx
2965 mm_channel_superbuf_dequeue_frame_internal( mm_channel_queue_t * queue, uint32_t frame_idx) argument
3450 uint32_t frame_idx = 0; local
[all...]
H A Dmm_camera_interface.c946 * @frame_idx : frame index
953 uint32_t ch_id, uint32_t frame_idx)
966 rc = mm_camera_flush_super_buf_queue(my_obj, ch_id, frame_idx);
952 mm_camera_intf_flush_super_buf_queue(uint32_t camera_handle, uint32_t ch_id, uint32_t frame_idx) argument
H A Dmm_camera_stream.c944 * @frame_idx : index of buffer within the stream buffers, only valid if
958 static int32_t mm_stream_map_buf_ops(uint32_t frame_idx, argument
968 frame_idx, plane_idx, fd, size);
1005 * @frame_idx : index of buffer within the stream buffers, only valid if
1017 static int32_t mm_stream_unmap_buf_ops(uint32_t frame_idx, argument
1025 frame_idx,
1371 if (buf_info->buf->frame_idx == 1) {
1372 frameID = buf_info->buf->frame_idx;
1374 frameID = (buf_info->buf->frame_idx - 1) * user_buf->buf_cnt;
1385 || (my_obj->prev_frameID != buf_info->buf->frame_idx
1829 mm_stream_map_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx, int32_t fd, size_t size) argument
1975 mm_stream_unmap_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx) argument
[all...]
/hardware/intel/common/libva/test/encode/
H A Dh264encode.c1196 int ascending, int frame_idx)
1202 if (frame_idx) {
1203 key = ref[(left + right) / 2].frame_idx;
1204 partition(ref, frame_idx, key, ascending);
1212 sort_one(ref, left, j, ascending, frame_idx);
1215 sort_one(ref, i, right, ascending, frame_idx);
1218 static void sort_two(VAPictureH264 ref[], int left, int right, unsigned int key, unsigned int frame_idx, argument
1224 if (frame_idx) {
1225 partition(ref, frame_idx, key, partition_ascending);
1231 sort_one(ref, left, i-1, list0_ascending, frame_idx);
1195 sort_one(VAPictureH264 ref[], int left, int right, int ascending, int frame_idx) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h94 uint32_t frame_idx; member in struct:__anon2555
116 uint32_t frame_idx; member in struct:__anon2559
363 uint32_t frame_idx; member in struct:__anon2576
393 uint32_t frame_idx; member in struct:__anon2579
653 uint32_t frame_idx);
718 uint32_t frame_idx,
726 uint32_t frame_idx,
/hardware/intel/common/libva/va/
H A Dva.h2126 * frame_idx is long_term_frame_idx for long term reference picture,
2129 unsigned int frame_idx; member in struct:_VAPictureH264
/hardware/qcom/camera/
H A DQCamera_Intf.h107 int frame_idx; /* frame index */ member in struct:__anon2693
115 int frame_idx; /* frame index */ member in struct:__anon2694
142 int frame_idx[MM_MAX_WDN_NUM]; member in struct:__anon2697
324 uint32_t frame_idx; /* frame index */ member in struct:__anon2714

Completed in 453 milliseconds