Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_api.c1277 ps_dec->u1_chroma_format = in ih264d_allocate_static_bufs()
1280 if((ps_dec->u1_chroma_format != IV_YUV_420P) in ih264d_allocate_static_bufs()
1281 && (ps_dec->u1_chroma_format in ih264d_allocate_static_bufs()
1283 && (ps_dec->u1_chroma_format in ih264d_allocate_static_bufs()
1671 UWORD8 u1_chroma_format, in ih264d_get_outbuf_size() argument
1676 if(u1_chroma_format == IV_YUV_420P) in ih264d_get_outbuf_size()
1678 else if(u1_chroma_format == IV_YUV_422ILE) in ih264d_get_outbuf_size()
1680 else if(u1_chroma_format == IV_RGB_565) in ih264d_get_outbuf_size()
1682 else if((u1_chroma_format == IV_YUV_420SP_UV) in ih264d_get_outbuf_size()
1683 || (u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_outbuf_size()
[all …]
Dih264d_utils.c943 pv_disp_op->e_output_format = ps_dec->u1_chroma_format; in ih264d_get_next_display_field()
1706 if((ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_create_pic_buffers()
1707 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU) in ih264d_create_pic_buffers()
1708 || (ps_dec->u1_chroma_format == IV_YUV_420P)) in ih264d_create_pic_buffers()
1713 if(ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_create_pic_buffers()
1765 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_create_pic_buffers()
2088 if((ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_allocate_dynamic_bufs()
2089 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU) in ih264d_allocate_dynamic_bufs()
2090 || (ps_dec->u1_chroma_format == IV_YUV_420P)) in ih264d_allocate_dynamic_bufs()
2095 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…
1487 UWORD32 impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_bu… in impeg2d_get_outbuf_size() argument
1490 if(u1_chroma_format == IV_YUV_420P) in impeg2d_get_outbuf_size()
1492 else if(u1_chroma_format == IV_YUV_422ILE) in impeg2d_get_outbuf_size()
1494 else if(u1_chroma_format == IV_RGB_565) in impeg2d_get_outbuf_size()
1496 else if((u1_chroma_format == IV_YUV_420SP_UV) in impeg2d_get_outbuf_size()
1497 || (u1_chroma_format == IV_YUV_420SP_VU)) in impeg2d_get_outbuf_size()
1500 if(u1_chroma_format == IV_YUV_420P) in impeg2d_get_outbuf_size()
1508 else if(u1_chroma_format == IV_YUV_422ILE) in impeg2d_get_outbuf_size()
1515 else if(u1_chroma_format == IV_RGB_565) in impeg2d_get_outbuf_size()
[all …]