Home
last modified time | relevance | path

Searched refs:V4L2_BUF_FLAG_PFRAME (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/trace/events/
Dv4l2.h76 { V4L2_BUF_FLAG_PFRAME, "PFRAME" }, \
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-bit.c1148 src_buf->v4l2_buf.flags |= V4L2_BUF_FLAG_PFRAME; in coda_prepare_encode()
1152 src_buf->v4l2_buf.flags &= ~V4L2_BUF_FLAG_PFRAME; in coda_prepare_encode()
1293 dst_buf->v4l2_buf.flags &= ~V4L2_BUF_FLAG_PFRAME; in coda_finish_encode()
1295 dst_buf->v4l2_buf.flags |= V4L2_BUF_FLAG_PFRAME; in coda_finish_encode()
1928 ctx->frame_types[decoded_idx] = V4L2_BUF_FLAG_PFRAME; in coda_finish_decode()
1956 V4L2_BUF_FLAG_PFRAME | in coda_finish_decode()
/linux-4.1.27/drivers/media/usb/go7007/
Dgo7007-v4l2.c65 return V4L2_BUF_FLAG_PFRAME; in get_frame_type_flag()
77 return V4L2_BUF_FLAG_PFRAME; in get_frame_type_flag()
417 V4L2_BUF_FLAG_PFRAME); in go7007_buf_finish()
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c491 vb->v4l2_buf.flags &= ~(V4L2_BUF_FLAG_KEYFRAME | V4L2_BUF_FLAG_PFRAME | in solo_fill_mpeg()
499 vb->v4l2_buf.flags |= V4L2_BUF_FLAG_PFRAME; in solo_fill_mpeg()
/linux-4.1.27/drivers/media/platform/
Dvim2m.c249 V4L2_BUF_FLAG_PFRAME | in device_process()
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h792 #define V4L2_BUF_FLAG_PFRAME 0x00000010 macro
/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c254 V4L2_BUF_FLAG_PFRAME; in s5p_mfc_handle_frame_copy_time()
Ds5p_mfc_enc.c918 mb_entry->b->v4l2_buf.flags |= V4L2_BUF_FLAG_PFRAME; in enc_post_frame_start()
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c181 #define V4L2_BUFFER_OUT_FLAGS (V4L2_BUF_FLAG_PFRAME | V4L2_BUF_FLAG_BFRAME | \