Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c193 lib2d_error lib2d_fill_img_frame(img_frame_t *p_frame, in lib2d_fill_img_frame() argument
197 p_frame->frame_cnt = jobid; in lib2d_fill_img_frame()
198 p_frame->idx = jobid; in lib2d_fill_img_frame()
199 p_frame->frame_id = jobid; in lib2d_fill_img_frame()
204 p_frame->info.num_planes = 1; in lib2d_fill_img_frame()
205 p_frame->info.width = rgb_buffer->width; in lib2d_fill_img_frame()
206 p_frame->info.height = rgb_buffer->height; in lib2d_fill_img_frame()
208 p_frame->frame[0].plane_cnt = 1; in lib2d_fill_img_frame()
209 p_frame->frame[0].plane[0].plane_type = PLANE_ARGB; in lib2d_fill_img_frame()
210 p_frame->frame[0].plane[0].addr = rgb_buffer->buffer; in lib2d_fill_img_frame()
[all …]
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c143 mm_camera_buf_def_t *p_frame = NULL; in mm_app_snapshot_notify_cb() local
198 p_frame = bufs->bufs[i]; in mm_app_snapshot_notify_cb()
202 if (NULL != p_frame) { in mm_app_snapshot_notify_cb()
203 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()
333 mm_camera_buf_def_t *p_frame = NULL; in mm_app_zsl_notify_cb() local
394 p_frame = bufs->bufs[i]; in mm_app_zsl_notify_cb()
430 if (!m_frame || !p_frame) { in mm_app_zsl_notify_cb()
438 p_frame); in mm_app_zsl_notify_cb()
441 mm_app_overlay_display(pme, p_frame->fd); in mm_app_zsl_notify_cb()
499 p_frame)) { in mm_app_zsl_notify_cb()
[all …]
Dmm_qcamera_snapshot.c343 mm_camera_buf_def_t *p_frame = NULL; in mm_app_snapshot_notify_cb() local
398 p_frame = bufs->bufs[i]; in mm_app_snapshot_notify_cb()
402 if (NULL != p_frame) { in mm_app_snapshot_notify_cb()
403 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()