Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.cc2446 #define SET_V4L2_FRM_HDR_FLAG_IF(cond, flag) \ in SubmitDecode() macro
2448 SET_V4L2_FRM_HDR_FLAG_IF(is_experimental, in SubmitDecode()
2450 SET_V4L2_FRM_HDR_FLAG_IF(show_frame, V4L2_VP8_FRAME_HDR_FLAG_SHOW_FRAME); in SubmitDecode()
2451 SET_V4L2_FRM_HDR_FLAG_IF(mb_no_skip_coeff, in SubmitDecode()
2453 #undef SET_V4L2_FRM_HDR_FLAG_IF in SubmitDecode()
2721 #define SET_V4L2_FRM_HDR_FLAG_IF(cond, flag) \ in SubmitDecode() macro
2723 SET_V4L2_FRM_HDR_FLAG_IF(show_frame, V4L2_VP9_FRAME_HDR_FLAG_SHOW_FRAME); in SubmitDecode()
2724 SET_V4L2_FRM_HDR_FLAG_IF(error_resilient_mode, in SubmitDecode()
2726 SET_V4L2_FRM_HDR_FLAG_IF(intra_only, V4L2_VP9_FRAME_HDR_FLAG_FRAME_INTRA); in SubmitDecode()
2727 SET_V4L2_FRM_HDR_FLAG_IF(allow_high_precision_mv, in SubmitDecode()
[all …]