Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_api.c1255 ps_dec->u1_chroma_format = in ih264d_allocate_static_bufs()
1258 if((ps_dec->u1_chroma_format != IV_YUV_420P) in ih264d_allocate_static_bufs()
1259 && (ps_dec->u1_chroma_format in ih264d_allocate_static_bufs()
1261 && (ps_dec->u1_chroma_format in ih264d_allocate_static_bufs()
1645 UWORD8 u1_chroma_format, in ih264d_get_outbuf_size() argument
1650 if(u1_chroma_format == IV_YUV_420P) in ih264d_get_outbuf_size()
1652 else if(u1_chroma_format == IV_YUV_422ILE) in ih264d_get_outbuf_size()
1654 else if(u1_chroma_format == IV_RGB_565) in ih264d_get_outbuf_size()
1656 else if((u1_chroma_format == IV_YUV_420SP_UV) in ih264d_get_outbuf_size()
1657 || (u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_outbuf_size()
[all …]
Dih264d_utils.c913 pv_disp_op->e_output_format = ps_dec->u1_chroma_format; in ih264d_get_next_display_field()
1667 if((ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_create_pic_buffers()
1668 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU) in ih264d_create_pic_buffers()
1669 || (ps_dec->u1_chroma_format == IV_YUV_420P)) in ih264d_create_pic_buffers()
1674 if(ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_create_pic_buffers()
1726 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_create_pic_buffers()
2037 if((ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_allocate_dynamic_bufs()
2038 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU) in ih264d_allocate_dynamic_bufs()
2039 || (ps_dec->u1_chroma_format == IV_YUV_420P)) in ih264d_allocate_dynamic_bufs()
2044 if(ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_allocate_dynamic_bufs()
Dih264d_structs.h1196 UWORD8 u1_chroma_format; member
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c128 UWORD32 impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_bu…
1513 UWORD32 impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_bu… in impeg2d_get_outbuf_size() argument
1516 if(u1_chroma_format == IV_YUV_420P) in impeg2d_get_outbuf_size()
1518 else if(u1_chroma_format == IV_YUV_422ILE) in impeg2d_get_outbuf_size()
1520 else if(u1_chroma_format == IV_RGB_565) in impeg2d_get_outbuf_size()
1522 else if((u1_chroma_format == IV_YUV_420SP_UV) in impeg2d_get_outbuf_size()
1523 || (u1_chroma_format == IV_YUV_420SP_VU)) in impeg2d_get_outbuf_size()
1526 if(u1_chroma_format == IV_YUV_420P) in impeg2d_get_outbuf_size()
1534 else if(u1_chroma_format == IV_YUV_422ILE) in impeg2d_get_outbuf_size()
1541 else if(u1_chroma_format == IV_RGB_565) in impeg2d_get_outbuf_size()
[all …]