HomeSort by relevance Sort by last modified time
    Searched refs:e_chroma_fmt (Results 1 - 5 of 5) sorted by null

  /external/libhevc/decoder/
ihevcd_decode.c 209 ps_dec_op->e_output_format = ps_codec->e_chroma_fmt;
240 if(ps_codec->e_chroma_fmt != IV_YUV_420P)
267 if((IV_YUV_420SP_VU == ps_codec->e_chroma_fmt)
268 || (IV_YUV_420SP_UV == ps_codec->e_chroma_fmt))
280 else if(IV_YUV_420P == ps_codec->e_chroma_fmt)
452 == ps_codec->e_chroma_fmt)))
490 ps_codec->e_chroma_fmt,
665 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt)))
740 (IV_YUV_420P == ps_codec->e_chroma_fmt)) &&
831 ps_codec->e_chroma_fmt,
    [all...]
ihevcd_fmt_conv.c 813 if((IV_YUV_420SP_UV == ps_codec->e_chroma_fmt) || (IV_YUV_420SP_VU == ps_codec->e_chroma_fmt))
825 else if(IV_YUV_420P == ps_codec->e_chroma_fmt)
856 else if(IV_RGB_565 == ps_codec->e_chroma_fmt)
869 else if(IV_RGBA_8888 == ps_codec->e_chroma_fmt)
ihevcd_api.c     [all...]
ihevcd_structs.h 1759 IV_COLOR_FORMAT_T e_chroma_fmt; member in struct:_codec_t
    [all...]
ihevcd_utils.c     [all...]

Completed in 39 milliseconds