Home
last modified time | relevance | path

Searched refs:p_frame (Results 1 – 3 of 3) 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_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()