Searched refs:yuv_format (Results 1 – 6 of 6) sorted by relevance
401 p_Vid->yuv_format = sps->chroma_format_idc; in update_video_pars()409 if (p_Vid->yuv_format == H264_CHROMA_420) { in update_video_pars()412 } else if (p_Vid->yuv_format == H264_CHROMA_422) { in update_video_pars()
423 if ((H264_CHROMA_400 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()425 } else if ((H264_CHROMA_420 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()427 } else if ((H264_CHROMA_420 == p_Vid->yuv_format) && (10 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()429 } else if ((H264_CHROMA_422 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()432 } else if ((H264_CHROMA_422 == p_Vid->yuv_format) && (10 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()
1017 RK_S32 yuv_format; member
1459 RK_U32 yuv_format = 0; in prepare_uncompress_header() local1462 yuv_format = 0; // 400 in prepare_uncompress_header()1464 yuv_format = 1; // 420 in prepare_uncompress_header()1466 yuv_format = 2; // 422 in prepare_uncompress_header()1468 yuv_format = 3; // 444 in prepare_uncompress_header()1470 mpp_put_bits(&bp, yuv_format, 2); in prepare_uncompress_header()
349 RK_U32 yuv_format; /* 0:420 1:422 2:444 */ member
370 || ctx->extra_cfg.yuv_format) { in init_frame_info()372 p->CodecType = (ctx->extra_cfg.yuv_format == 1) in init_frame_info()375 p->CodecType = (ctx->extra_cfg.yuv_format == 1) in init_frame_info()