Symbol: V4L2_BUF_FLAG_BFRAME
drivers/media/common/videobuf2/videobuf2-v4l2.c
55
V4L2_BUF_FLAG_BFRAME | \
drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c
485
V4L2_BUF_FLAG_BFRAME);
drivers/media/platform/amphion/vpu_windsor.c
726
info->pic_type = V4L2_BUF_FLAG_BFRAME;
drivers/media/platform/chips-media/coda/coda-bit.c
1636
(flags & V4L2_BUF_FLAG_BFRAME) ? 'B' : '?';
drivers/media/platform/chips-media/coda/coda-bit.c
2493
V4L2_BUF_FLAG_BFRAME;
drivers/media/platform/chips-media/coda/coda-bit.c
2525
V4L2_BUF_FLAG_BFRAME);
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
321
dst_buf->flags |= V4L2_BUF_FLAG_BFRAME;
drivers/media/platform/nxp/imx-pxp.c
885
V4L2_BUF_FLAG_BFRAME |
drivers/media/platform/qcom/iris/iris_hfi_gen1_response.c
506
flags |= V4L2_BUF_FLAG_BFRAME;
drivers/media/platform/qcom/iris/iris_hfi_gen2_response.c
111
driver_flags |= V4L2_BUF_FLAG_BFRAME;
drivers/media/platform/qcom/venus/hfi_msgs.c
606
flags |= V4L2_BUF_FLAG_BFRAME;
drivers/media/platform/renesas/rcar_jpu.c
1526
V4L2_BUF_FLAG_PFRAME | V4L2_BUF_FLAG_BFRAME |
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
297
V4L2_BUF_FLAG_BFRAME;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1319
mb_entry->b->flags |= V4L2_BUF_FLAG_BFRAME;
drivers/media/platform/st/sti/delta/delta.h
519
if (flags & V4L2_BUF_FLAG_BFRAME)
drivers/media/usb/go7007/go7007-v4l2.c
391
vbuf->flags &= ~(V4L2_BUF_FLAG_KEYFRAME | V4L2_BUF_FLAG_BFRAME |
drivers/media/usb/go7007/go7007-v4l2.c
59
return V4L2_BUF_FLAG_BFRAME;
drivers/media/usb/go7007/go7007-v4l2.c
71
return V4L2_BUF_FLAG_BFRAME;
include/trace/events/v4l2.h
81
{ V4L2_BUF_FLAG_BFRAME, "BFRAME" }, \