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

  /external/libhevc/decoder/
ihevcd_decode.c 207 ps_dec_op->e_output_format = ps_codec->e_chroma_fmt;
238 if(ps_codec->e_chroma_fmt != IV_YUV_420P)
276 if((IV_YUV_420SP_VU == ps_codec->e_chroma_fmt)
277 || (IV_YUV_420SP_UV == ps_codec->e_chroma_fmt))
289 else if(IV_YUV_420P == ps_codec->e_chroma_fmt)
465 == ps_codec->e_chroma_fmt)))
503 ps_codec->e_chroma_fmt,
713 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt)))
788 (IV_YUV_420P == ps_codec->e_chroma_fmt)) &&
879 ps_codec->e_chroma_fmt,
    [all...]
ihevcd_api.c     [all...]
ihevcd_fmt_conv.c 756 if((1 == ps_codec->i4_share_disp_buf) && (IV_YUV_420P == ps_codec->e_chroma_fmt))
831 if((IV_YUV_420SP_UV == ps_codec->e_chroma_fmt) || (IV_YUV_420SP_VU == ps_codec->e_chroma_fmt))
843 else if(IV_YUV_420P == ps_codec->e_chroma_fmt)
874 else if(IV_RGB_565 == ps_codec->e_chroma_fmt)
887 else if(IV_RGBA_8888 == ps_codec->e_chroma_fmt)
ihevcd_utils.c     [all...]
ihevcd_structs.h 1720 IV_COLOR_FORMAT_T e_chroma_fmt; member in struct:_codec_t
    [all...]

Completed in 3195 milliseconds