Lines Matching refs:afbc
386 gboolean afbc) in gst_mpp_dec_update_video_info() argument
399 if (afbc) { in gst_mpp_dec_update_video_info()
406 MPP_DEC_FEATURE_ARM_AFBC, G_TYPE_INT, afbc, NULL); in gst_mpp_dec_update_video_info()
498 gboolean afbc; in gst_mpp_dec_apply_info_change() local
504 afbc = !!MPP_FRAME_FMT_IS_FBC (mpp_format); in gst_mpp_dec_apply_info_change()
508 gst_mpp_video_format_to_string (src_format), afbc ? "(AFBC)" : "", in gst_mpp_dec_apply_info_change()
519 if (afbc || offset_x || offset_y) { in gst_mpp_dec_apply_info_change()
536 if (afbc) { in gst_mpp_dec_apply_info_change()
549 dst_width, dst_height, hstride, vstride, 0, afbc)) in gst_mpp_dec_apply_info_change()
720 gboolean afbc = !!MPP_FRAME_FMT_IS_FBC (mpp_frame_get_fmt (mframe)); in gst_mpp_dec_get_gst_buffer() local
742 if (afbc || offset_x || offset_y || crop_x || crop_y || crop_w || crop_h) { in gst_mpp_dec_get_gst_buffer()