Searched refs:frame_idx (Results 1 - 25 of 33) sorted by relevance

12

/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/qcom/camera/QCamera2/stack/mm-camera-interface/src/
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_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...]
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
/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 DQCamera2HWICallbacks.cpp156 LOGI("[KPI Perf]: superbuf frame_idx %d",
157 recvd_frame->bufs[0]->frame_idx);
258 frame->bufs[i]->frame_idx,
412 LOGI("[KPI Perf]: superbuf frame_idx %d",
413 recvd_frame->bufs[0]->frame_idx);
661 LOGI("[KPI Perf]: frame_idx %d", recvd_frame->bufs[0]->frame_idx);
724 if (!pme->needProcessPreviewFrame(frame->frame_idx)) {
726 pme->mLastPreviewFrameID = frame->frame_idx;
750 pme->mLastPreviewFrameID = frame->frame_idx;
[all...]
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 DQCameraChannel.h102 int32_t flushSuperbuffer(uint32_t frame_idx);
H A DQCamera2HWI.h124 uint32_t frame_idx, camera_release_callback release_cb,
404 uint32_t frame_idx);
/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...]
/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/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_reprocess.c47 frame->frame_len, frame->frame_idx);
315 param.reprocess.frame_idx = frame->frame_idx;
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_video.c42 frame->frame_len, frame->frame_idx);
44 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
H A Dmm_qcamera_snapshot.c317 mm_app_dump_frame(m_frame, "main", "raw", m_frame->frame_idx);
385 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx);
403 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
H A Dmm_qcamera_preview.c183 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx);
201 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
303 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
441 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx);
442 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx);
/hardware/qcom/camera/QCamera2/util/
H A DQCameraBufferMaps.cpp176 mBufMapList.buf_maps[pos].frame_idx = pFrameIndex;
/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/
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
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp526 counter, frame->frame_idx, dim.width, dim.height);
530 counter, frame->frame_idx, dim.width, dim.height);
534 counter, frame->frame_idx, dim.width, dim.height);
538 counter, frame->frame_idx, dim.width, dim.height);
542 counter, frame->frame_idx, dim.width, dim.height);
2096 frame->frame_idx, offset.mp[0].stride, offset.mp[0].scanline);
2308 frame->frame_idx, dim.width, dim.height);
4489 param.reprocess.frame_idx = frame->input_buffer.frame_idx;
4494 param.reprocess.frame_idx, para
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_h264.c952 pic_params->ReferenceFrames[i].frame_idx = -1;
999 pic_params->ReferenceFrames[pic_params->num_ref_frames].frame_idx =
1000 pRefList[j].frame_idx;
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h357 uint32_t frame_idx);
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp578 dpb->frame_idx = refList->frame_idx;
/hardware/intel/common/libva/va/
H A Dva_trace.c1222 va_TraceMsg(trace_ctx, "\tCurrPic.frame_idx = %d\n", p->CurrPic.frame_idx);
1227 va_TraceMsg(trace_ctx, "\tReferenceFrames (TopFieldOrderCnt-BottomFieldOrderCnt-picture_id-frame_idx-flags:\n");
1236 p->ReferenceFrames[i].frame_idx,
1316 va_TraceMsg(trace_ctx, "%08d-%08d-0x%08x-%08d-0x%08x\n", p->RefPicList0[i].TopFieldOrderCnt, p->RefPicList0[i].BottomFieldOrderCnt, p->RefPicList0[i].picture_id, p->RefPicList0[i].frame_idx, p->RefPicList0[i].flags);
1324 va_TraceMsg(trace_ctx, "%08d-%08d-0x%08x-%08d-0x%08x\n", p->RefPicList1[i].TopFieldOrderCnt, p->RefPicList1[i].BottomFieldOrderCnt, p->RefPicList1[i].picture_id, p->RefPicList1[i].frame_idx, p->RefPicList1[i].flags);
1496 va_TraceMsg(trace_ctx, "\tCurrPic.frame_idx = %d\n", p->CurrPic.frame_idx);
1500 va_TraceMsg(trace_ctx, "\tReferenceFrames (TopFieldOrderCnt-BottomFieldOrderCnt-picture_id-frame_idx-flags):\n");
1509 p->ReferenceFrames[i].frame_idx,
[all...]

Completed in 2619 milliseconds

12