Searched refs:p_frame (Results 1 - 6 of 6) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/ |
H A D | mm_lib2d.c | 185 * p_frame - pointer to img_frame_t that needs to be setup 195 lib2d_error lib2d_fill_img_frame(img_frame_t *p_frame, argument 199 p_frame->frame_cnt = jobid; 200 p_frame->idx = jobid; 201 p_frame->frame_id = jobid; 206 p_frame->info.num_planes = 1; 207 p_frame->info.width = rgb_buffer->width; 208 p_frame->info.height = rgb_buffer->height; 210 p_frame->frame[0].plane_cnt = 1; 211 p_frame [all...] |
/hardware/intel/common/libmix/mix_video/src/ |
H A D | mixframemanager.c | 46 self->p_frame = NULL; 304 if(fm->p_frame) { 305 mix_videoframe_unref(fm->p_frame); 306 fm->p_frame = NULL; 628 if (fm->p_frame) { 630 ret = mix_videoframe_set_timestamp(fm->p_frame, 636 g_queue_push_tail(fm->frame_queue, (gpointer) fm->p_frame); 637 fm->p_frame = NULL; 648 fm->p_frame = mvf;
|
H A D | mixframemanager.h | 57 MixVideoFrame *p_frame; member in struct:_MixFrameManager
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
H A D | mm_qcamera_preview.c | 232 mm_camera_buf_def_t *p_frame = NULL; local 287 p_frame = bufs->bufs[i]; 291 if (NULL != p_frame) { 292 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); 425 mm_camera_buf_def_t *p_frame = NULL; local 486 p_frame = bufs->bufs[i]; 522 if (!m_frame || !p_frame) { 527 LOGD(" ZSL CB with fb_fd = %d, m_frame = %p, p_frame = %p \n", 530 p_frame); [all...] |
H A D | mm_qcamera_snapshot.c | 425 mm_camera_buf_def_t *p_frame = NULL; local 480 p_frame = bufs->bufs[i]; 484 if (NULL != p_frame) { 485 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
|
H A D | mm_qcamera_video.c | 131 mm_camera_buf_def_t *p_frame = NULL; local 186 p_frame = bufs->bufs[i]; 190 if (NULL != p_frame) { 191 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx);
|
Completed in 98 milliseconds