Home
last modified time | relevance | path

Searched refs:frame_idx (Results 1 – 25 of 29) sorted by relevance

12

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c301 refPicListX->frame_idx = 0; in vbp_set_slice_ref_list_h264()
357 refPicListX->frame_idx = fs->frame_num; in vbp_set_slice_ref_list_h264()
433 int frame_idx; in vbp_set_reference_frames_h264() local
437 for (frame_idx = 0; frame_idx < 16; frame_idx++) in vbp_set_reference_frames_h264()
439 pic_parms->ReferenceFrames[frame_idx].picture_id = VA_INVALID_SURFACE; in vbp_set_reference_frames_h264()
440 pic_parms->ReferenceFrames[frame_idx].frame_idx = 0; in vbp_set_reference_frames_h264()
441 pic_parms->ReferenceFrames[frame_idx].flags = VA_PICTURE_H264_INVALID; in vbp_set_reference_frames_h264()
442 pic_parms->ReferenceFrames[frame_idx].TopFieldOrderCnt = 0; in vbp_set_reference_frames_h264()
443 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = 0; in vbp_set_reference_frames_h264()
447 frame_idx = 0; in vbp_set_reference_frames_h264()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
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) { in mm_channel_process_stream_buf()
357 cmd_cb->u.req_buf.frame_idx; in mm_channel_process_stream_buf()
358 LOGH("FrameID Request from Q = %d", cmd_cb->u.req_buf.frame_idx); in mm_channel_process_stream_buf()
383 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.flush_cmd.frame_idx; in mm_channel_process_stream_buf()
613 ((node->frame_idx < in mm_channel_process_stream_buf()
618 node->frame_idx, ch_obj->capture_frame_id[ch_obj->cur_capture_idx]); in mm_channel_process_stream_buf()
1100 uint32_t frame_idx = *((uint32_t *)in_val); in mm_channel_fsm_fn_active() local
1101 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx, CAM_STREAM_TYPE_DEFAULT); in mm_channel_fsm_fn_active()
[all …]
Dmm_camera_muxer.c1410 uint32_t frame_idx, mm_camera_obj_t *cam_obj) in mm_camera_muxer_flush_super_buf_queue() argument
1419 rc = mm_camera_flush_super_buf_queue(my_obj, ch_id, frame_idx); in mm_camera_muxer_flush_super_buf_queue()
1931 if (buffer->bufs[0]->frame_idx <= queue->expected_frame_id) { in mm_camera_muxer_do_frame_sync()
1953 } else if (buffer->bufs[0]->frame_idx == super_obj->frame_idx) { in mm_camera_muxer_do_frame_sync()
1956 } else if ((buffer->bufs[0]->frame_idx >= super_obj->frame_idx) in mm_camera_muxer_do_frame_sync()
1964 if ( super_obj->frame_idx < buffer->bufs[0]->frame_idx) { in mm_camera_muxer_do_frame_sync()
1969 if ( super_obj->frame_idx > buffer->bufs[0]->frame_idx) { in mm_camera_muxer_do_frame_sync()
1980 buffer->bufs[0]->frame_idx, unmatched_bundles, in mm_camera_muxer_do_frame_sync()
1988 queue->expected_frame_id = super_obj->frame_idx; in mm_camera_muxer_do_frame_sync()
2030 queue->expected_frame_id = super_obj->frame_idx; in mm_camera_muxer_do_frame_sync()
[all …]
Dmm_camera_interface.c1566 uint32_t ch_id, uint32_t frame_idx) in mm_camera_intf_flush_super_buf_queue() argument
1582 rc = mm_camera_flush_super_buf_queue(my_obj, chid, frame_idx); in mm_camera_intf_flush_super_buf_queue()
1596 aux_chid, frame_idx, my_obj); in mm_camera_intf_flush_super_buf_queue()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h120 uint32_t frame_idx; member
197 uint32_t frame_idx, camera_release_callback release_cb,
279 uint32_t frame_idx, camera_release_callback release_cb,
DQCamera2HWICallbacks.cpp157 recvd_frame->bufs[0]->frame_idx); in zsl_channel_cb()
258 frame->bufs[i]->frame_idx, in zsl_channel_cb()
416 recvd_frame->bufs[0]->frame_idx); in capture_channel_cb_routine()
666 LOGI("[KPI Perf]: frame_idx %d", recvd_frame->bufs[0]->frame_idx); in postproc_channel_cb_routine()
735 if (!pme->needProcessPreviewFrame(frame->frame_idx)) { in synchronous_stream_cb_routine()
737 pme->mLastPreviewFrameID = frame->frame_idx; in synchronous_stream_cb_routine()
768 pme->mLastPreviewFrameID = frame->frame_idx; in synchronous_stream_cb_routine()
837 pme->mLastPreviewFrameID = frame->frame_idx; in preview_stream_cb_routine()
841 !pme->needProcessPreviewFrame(frame->frame_idx)) in preview_stream_cb_routine()
1179 if (!pme->needProcessPreviewFrame(frame->frame_idx)) { in nodisplay_preview_stream_cb_routine()
[all …]
DQCameraMuxer.cpp2445 uint32_t frame_idx = *((uint32_t *) match_data); in matchFrameId() local
2447 return node->frame_idx == frame_idx; in matchFrameId()
2471 uint32_t frame_idx = *((uint32_t *) match_data); in findPreviousJpegs() local
2473 return node->frame_idx < frame_idx; in findPreviousJpegs()
2571 main_jpeg_node->frame_idx, in composeMpoRoutine()
2582 aux_jpeg_node->frame_idx, in composeMpoRoutine()
2653 uint32_t frame_idx, camera_release_callback release_cb, in jpeg_data_callback() argument
2661 data, data->size, data->data, frame_idx); in jpeg_data_callback()
2663 msg_type, data, index, metadata, user, frame_idx, release_cb, in jpeg_data_callback()
2698 camera_frame_metadata_t *metadata, void *user,uint32_t frame_idx, in storeJpeg() argument
[all …]
DQCameraChannel.cpp914 int32_t QCameraPicChannel::flushSuperbuffer(uint32_t frame_idx) in flushSuperbuffer() argument
916 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx); in flushSuperbuffer()
1551 param.reprocess.frame_idx = frame->frame_idx; in doReprocessOffline()
1569 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocessOffline()
1751 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
1761 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess()
DQCamera2HWI.h137 uint32_t frame_idx, camera_release_callback release_cb,
432 uint32_t frame_idx);
DQCameraPostProc.cpp1276 uint32_t frame_idx = 75; in processJpegEvt() local
1277 LOGH("FRAME INDEX %d", frame_idx); in processJpegEvt()
1345 frame_idx); in processJpegEvt()
1377 frame_idx); in processJpegEvt()
3070 uint32_t frame_idx = 75; in dataSaveRoutine() local
3125 frame_idx); in dataSaveRoutine()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h146 uint32_t frame_idx; member
199 uint32_t frame_idx; //Client can request frameId to pick from ZSL queue member
233 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
253 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
872 uint32_t ch_id, uint32_t frame_idx);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h101 uint32_t frame_idx; member
123 uint32_t frame_idx; member
425 uint32_t frame_idx; member
459 uint32_t frame_idx; member
774 uint32_t frame_idx);
846 uint32_t frame_idx,
855 uint32_t frame_idx,
Dmm_camera_muxer.h47 uint32_t frame_idx; member
142 uint32_t frame_idx, mm_camera_obj_t *cam_obj);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c43 uint32_t frame_idx) in mm_app_rdi_dump_frame() argument
51 QCAMERA_DUMP_FRM_LOCATION"%s_%03u.%s", name, frame_idx, ext); in mm_app_rdi_dump_frame()
76 frame->frame_len, frame->frame_idx, frame->stream_id); in mm_app_rdi_notify_cb()
78 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx); in mm_app_rdi_notify_cb()
Dmm_qcamera_reprocess.c47 frame->frame_len, frame->frame_idx); in mm_app_reprocess_notify_cb()
318 param.reprocess.frame_idx = frame->frame_idx; in mm_app_do_reprocess()
Dmm_qcamera_video.c173 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx); in mm_app_snapshot_notify_cb()
191 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()
293 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_preview_notify_cb()
320 frame->frame_len, frame->frame_idx); in mm_app_video_notify_cb()
322 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_video_notify_cb()
Dmm_qcamera_snapshot.c399 mm_app_dump_frame(m_frame, "main", "raw", m_frame->frame_idx); in mm_app_snapshot_notify_cb_raw()
467 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx); in mm_app_snapshot_notify_cb()
485 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()
Dmm_qcamera_preview.c276 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx); in mm_app_snapshot_notify_cb()
294 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()
399 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_preview_notify_cb()
/hardware/intel/common/libva/test/encode/
Dh264encode.c1196 int ascending, int frame_idx) in sort_one() argument
1202 if (frame_idx) { in sort_one()
1203 key = ref[(left + right) / 2].frame_idx; in sort_one()
1204 partition(ref, frame_idx, key, ascending); in sort_one()
1212 sort_one(ref, left, j, ascending, frame_idx); in sort_one()
1215 sort_one(ref, i, right, ascending, frame_idx); in sort_one()
1218 …c void sort_two(VAPictureH264 ref[], int left, int right, unsigned int key, unsigned int frame_idx, in sort_two() argument
1224 if (frame_idx) { in sort_two()
1225 partition(ref, frame_idx, key, partition_ascending); in sort_two()
1231 sort_one(ref, left, i-1, list0_ascending, frame_idx); in sort_two()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDualFOVPP.cpp177 uint32_t frameIndex = pInputSnapshotBuf->frame_idx; in feedInput()
440 main_snapshot_buf->frame_idx, "wide"); in process()
442 aux_snapshot_buf->frame_idx, "tele"); in process()
462 main_snapshot_buf->frame_idx, "out"); in process()
DQCameraBufferMaps.cpp178 mBufMapList.buf_maps[pos].frame_idx = pFrameIndex; in enqueue()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h107 int frame_idx; /* frame index */ member
115 int frame_idx; /* frame index */ member
142 int frame_idx[MM_MAX_WDN_NUM]; member
324 uint32_t frame_idx; /* frame index */ member
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp592 dpb->frame_idx = refList->frame_idx; in updateReferenceFrames()
/hardware/intel/common/libva/va/
Dva_trace.c1227 va_TraceMsg(trace_ctx, "\tCurrPic.frame_idx = %d\n", p->CurrPic.frame_idx); in va_TraceVAPictureParameterBufferH264()
1241 p->ReferenceFrames[i].frame_idx, in va_TraceVAPictureParameterBufferH264()
1321 …i].BottomFieldOrderCnt, p->RefPicList0[i].picture_id, p->RefPicList0[i].frame_idx, p->RefPicList0… in va_TraceVASliceParameterBufferH264()
1329 …i].BottomFieldOrderCnt, p->RefPicList1[i].picture_id, p->RefPicList1[i].frame_idx, p->RefPicList1[… in va_TraceVASliceParameterBufferH264()
1501 va_TraceMsg(trace_ctx, "\tCurrPic.frame_idx = %d\n", p->CurrPic.frame_idx); in va_TraceVAEncPictureParameterBufferH264()
1514 p->ReferenceFrames[i].frame_idx, in va_TraceVAEncPictureParameterBufferH264()
1616 p->RefPicList0[i].frame_idx, in va_TraceVAEncSliceParameterBufferH264()
1630 p->RefPicList1[i].frame_idx, in va_TraceVAEncSliceParameterBufferH264()
Dva.h2129 unsigned int frame_idx; member

12