Home
last modified time | relevance | path

Searched refs:p_frame (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c195 lib2d_error lib2d_fill_img_frame(img_frame_t *p_frame, in lib2d_fill_img_frame() argument
199 p_frame->frame_cnt = jobid; in lib2d_fill_img_frame()
200 p_frame->idx = jobid; in lib2d_fill_img_frame()
201 p_frame->frame_id = jobid; in lib2d_fill_img_frame()
206 p_frame->info.num_planes = 1; in lib2d_fill_img_frame()
207 p_frame->info.width = rgb_buffer->width; in lib2d_fill_img_frame()
208 p_frame->info.height = rgb_buffer->height; in lib2d_fill_img_frame()
210 p_frame->frame[0].plane_cnt = 1; in lib2d_fill_img_frame()
211 p_frame->frame[0].plane[0].plane_type = PLANE_ARGB; in lib2d_fill_img_frame()
212 p_frame->frame[0].plane[0].addr = rgb_buffer->buffer; in lib2d_fill_img_frame()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c234 mm_camera_buf_def_t *p_frame = NULL; in mm_app_snapshot_notify_cb() local
289 p_frame = bufs->bufs[i]; in mm_app_snapshot_notify_cb()
293 if (NULL != p_frame) { 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()
427 mm_camera_buf_def_t *p_frame = NULL; in mm_app_zsl_notify_cb() local
488 p_frame = bufs->bufs[i]; in mm_app_zsl_notify_cb()
524 if (!m_frame || !p_frame) { in mm_app_zsl_notify_cb()
532 p_frame); in mm_app_zsl_notify_cb()
535 mm_app_overlay_display(pme, p_frame->fd); in mm_app_zsl_notify_cb()
602 p_frame)) { in mm_app_zsl_notify_cb()
[all …]
Dmm_qcamera_video.c131 mm_camera_buf_def_t *p_frame = NULL; in mm_app_snapshot_notify_cb() local
186 p_frame = bufs->bufs[i]; in mm_app_snapshot_notify_cb()
190 if (NULL != p_frame) { 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()
Dmm_qcamera_snapshot.c425 mm_camera_buf_def_t *p_frame = NULL; in mm_app_snapshot_notify_cb() local
480 p_frame = bufs->bufs[i]; in mm_app_snapshot_notify_cb()
484 if (NULL != p_frame) { 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()