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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_muxer.h47 uint32_t frame_idx; member in struct:mm_frame_sync_queue_node
142 uint32_t frame_idx, mm_camera_obj_t *cam_obj);
H A Dmm_camera.h101 uint32_t frame_idx; member in struct:__anon2316
123 uint32_t frame_idx; member in struct:__anon2320
425 uint32_t frame_idx; member in struct:__anon2339
459 uint32_t frame_idx; member in struct:__anon2342
774 uint32_t frame_idx);
846 uint32_t frame_idx,
855 uint32_t frame_idx,
/hardware/qcom/camera/msm8998/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.c247 uint32_t frame_idx)
255 QCAMERA_DUMP_FRM_LOCATION"%s_%04d.%s", name, frame_idx, ext);
244 mm_app_dump_frame(mm_camera_buf_def_t *frame, char *name, char *ext, uint32_t frame_idx) argument
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMuxer.h120 uint32_t frame_idx; member in struct:qcamera::__anon1886
197 uint32_t frame_idx, camera_release_callback release_cb,
279 uint32_t frame_idx, camera_release_callback release_cb,
H A DQCameraChannel.cpp908 * @frame_idx : frame index of focused frame
914 int32_t QCameraPicChannel::flushSuperbuffer(uint32_t frame_idx) argument
916 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx);
1551 param.reprocess.frame_idx = frame->frame_idx;
1569 param.reprocess.frame_idx, param.reprocess.buf_index,
1751 param.reprocess.frame_idx = frame->bufs[i]->frame_idx;
1761 param.reprocess.frame_idx, param.reprocess.buf_index,
H A DQCameraMuxer.cpp2445 uint32_t frame_idx = *((uint32_t *) match_data); local
2447 return node->frame_idx == frame_idx;
2471 uint32_t frame_idx = *((uint32_t *) match_data); local
2473 return node->frame_idx < frame_idx;
2571 main_jpeg_node->frame_idx,
2582 aux_jpeg_node->frame_idx,
2643 * @frame_idx : frame index for matching frames
2653 uint32_t frame_idx, camera_release_callbac
2650 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
2696 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.cpp1275 uint32_t frame_idx = jpeg_job->src_frame->bufs[0]->frame_idx;*/
1276 uint32_t frame_idx = 75; local
1277 LOGH("FRAME INDEX %d", frame_idx);
1345 frame_idx);
1377 frame_idx);
3069 //uint32_t frame_idx = jpeg_job->src_frame->bufs[0]->frame_idx;
3070 uint32_t frame_idx = 75; local
3125 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/msm8998/QCamera2/stack/common/
H A Dmm_camera_interface.h127 * @frame_idx : frame sequence num, to be filled when DQBUF
146 uint32_t frame_idx; member in struct:mm_camera_buf_def
199 uint32_t frame_idx; //Client can request frameId to pick from ZSL queue member in struct:__anon2273
224 * @frame_idx : buffer index within stream buffers
233 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
247 * @frame_idx : buffer index within stream buffers
253 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
862 * all frames in the superbuf queue up to frame_idx,
863 * even if frames with frame_idx come in later than
867 * @frame_idx
[all...]
H A Dcam_intf.h674 uint32_t frame_idx; /* frame id of source frame to be reprocessed */ member in struct:__anon1968
H A Dcam_types.h507 uint32_t frame_idx; /* frame index: valid if type is STREAM_BUF */ member in struct:__anon1996
525 uint32_t frame_idx; /* frame index: valid if STREAM_BUF or HIST_BUF */ member in struct:__anon1998
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c82 uint32_t frame_idx,
156 mm_channel_queue_t * queue, uint32_t frame_idx);
355 if (cmd_cb->u.req_buf.frame_idx) {
357 cmd_cb->u.req_buf.frame_idx;
358 LOGH("FrameID Request from Q = %d", cmd_cb->u.req_buf.frame_idx);
383 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.flush_cmd.frame_idx;
613 ((node->frame_idx <
618 node->frame_idx, ch_obj->capture_frame_id[ch_obj->cur_capture_idx]);
1100 uint32_t frame_idx = *((uint32_t *)in_val); local
1101 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx, CAM_STREAM_TYPE_DEFAUL
2221 mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx, cam_stream_type_t stream_type) argument
3425 mm_channel_superbuf_dequeue_frame_internal( mm_channel_queue_t *queue, uint32_t frame_idx) argument
3953 uint32_t frame_idx = 0; local
[all...]
H A Dmm_camera_muxer.c1402 * @frame_idx : frame index
1410 uint32_t frame_idx, mm_camera_obj_t *cam_obj)
1419 rc = mm_camera_flush_super_buf_queue(my_obj, ch_id, frame_idx);
1931 if (buffer->bufs[0]->frame_idx <= queue->expected_frame_id) {
1953 } else if (buffer->bufs[0]->frame_idx == super_obj->frame_idx) {
1956 } else if ((buffer->bufs[0]->frame_idx >= super_obj->frame_idx)
1964 if ( super_obj->frame_idx < buffer->bufs[0]->frame_idx) {
1408 mm_camera_muxer_flush_super_buf_queue(uint32_t camera_handle, uint32_t ch_id, uint32_t frame_idx, mm_camera_obj_t *cam_obj) argument
[all...]
H A Dmm_camera_stream.c1645 if (buf_info->buf->frame_idx == 1) {
1646 frameID = buf_info->buf->frame_idx;
1648 frameID = (buf_info->buf->frame_idx - 1) * user_buf->buf_cnt;
1659 || (my_obj->prev_frameID != buf_info->buf->frame_idx + 1)) {
1672 stream_buf->frame_idx = frameID + i;
1680 LOGD("buf_index %d, frame_idx %d, stream type %d, timestamp = %lld",
1681 stream_buf->buf_idx, stream_buf->frame_idx,
1693 my_obj->prev_frameID = buf_info->buf->frame_idx;
1754 buf_info->frame_idx = vb.sequence;
1759 buf_info->buf->frame_idx
2129 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, void *buffer) argument
2291 mm_stream_unmap_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx) argument
[all...]
H A Dmm_camera.c1408 uint32_t frame_idx)
1420 (void *)&frame_idx,
1657 payload.frame_idx = buf_idx;
1755 payload.frame_idx = buf_idx;
1407 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_interface.c1559 * @frame_idx : frame index
1566 uint32_t ch_id, uint32_t frame_idx)
1582 rc = mm_camera_flush_super_buf_queue(my_obj, chid, frame_idx);
1596 aux_chid, frame_idx, my_obj);
1565 mm_camera_intf_flush_super_buf_queue(uint32_t camera_handle, uint32_t ch_id, uint32_t frame_idx) argument
/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/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/msm8998/
H A DQCamera_Intf.h107 int frame_idx; /* frame index */ member in struct:__anon2493
115 int frame_idx; /* frame index */ member in struct:__anon2494
142 int frame_idx[MM_MAX_WDN_NUM]; member in struct:__anon2497
324 uint32_t frame_idx; /* frame index */ member in struct:__anon2514

Completed in 523 milliseconds