Searched refs:V4L2_BUF_FLAG_BFRAME (Results 1 – 16 of 16) sorted by relevance
519 if (flags & V4L2_BUF_FLAG_BFRAME) in frame_type_str()
59 return V4L2_BUF_FLAG_BFRAME; in get_frame_type_flag()71 return V4L2_BUF_FLAG_BFRAME; in get_frame_type_flag()391 vbuf->flags &= ~(V4L2_BUF_FLAG_KEYFRAME | V4L2_BUF_FLAG_BFRAME | in go7007_buf_finish()
81 { V4L2_BUF_FLAG_BFRAME, "BFRAME" }, \
564 flags |= V4L2_BUF_FLAG_BFRAME; in hfi_session_ftb_done()
1636 (flags & V4L2_BUF_FLAG_BFRAME) ? 'B' : '?'; in coda_frame_type_char()2493 V4L2_BUF_FLAG_BFRAME; in coda_finish_decode()2525 V4L2_BUF_FLAG_BFRAME); in coda_finish_decode()
725 info->pic_type = V4L2_BUF_FLAG_BFRAME; in vpu_windsor_unpack_pic_info()
55 V4L2_BUF_FLAG_BFRAME | \
485 V4L2_BUF_FLAG_BFRAME); in solo_fill_mpeg()
1307 V4L2_BUF_FLAG_BFRAME; in v4l2_m2m_buf_copy_metadata()
1537 V4L2_BUF_FLAG_PFRAME | V4L2_BUF_FLAG_BFRAME | in jpu_irq_handler()
1164 #define V4L2_BUF_FLAG_BFRAME 0x00000020 macro
297 V4L2_BUF_FLAG_BFRAME; in s5p_mfc_handle_frame_copy_time()
1287 mb_entry->b->flags |= V4L2_BUF_FLAG_BFRAME; in enc_post_frame_start()
885 V4L2_BUF_FLAG_BFRAME | in pxp_start()
531 - ``V4L2_BUF_FLAG_BFRAME``
50622 + (avbuf->buf.flags & V4L2_BUF_FLAG_BFRAME) != 0 ? AV_PICTURE_TYPE_B :