Searched refs:u4_pic_ht (Results 1 – 14 of 14) sorted by relevance
/external/libmpeg2/decoder/ |
D | impeg2d_decoder.c | 138 ps_op->s_ivd_video_decode_op_t.u4_pic_ht = ps_dec->u2_reinit_max_height; in impeg2d_dec_hdr() 145 ps_op->s_ivd_video_decode_op_t.u4_pic_ht = ps_dec->u2_vertical_size; in impeg2d_dec_hdr() 241 ps_op->s_ivd_video_decode_op_t.u4_pic_ht = ps_dec->u2_reinit_max_height; in impeg2d_dec_frm() 308 ps_op->s_ivd_video_decode_op_t.u4_pic_ht = ps_dec->u2_vertical_size; in impeg2d_dec_frm()
|
D | ivd.h | 379 UWORD32 u4_pic_ht; member 850 UWORD32 u4_pic_ht; member
|
D | impeg2d_api_main.c | 1152 ps_ctl_dec_op->s_ivd_ctl_getstatus_op_t.u4_pic_ht = ps_dec_state->u2_frame_height; in impeg2d_api_get_status() 3312 ps_dec_op->s_ivd_video_decode_op_t.u4_pic_ht = ps_dec_state->u2_vertical_size; in impeg2d_api_entity()
|
/external/libhevc/fuzzer/ |
D | hevc_dec_fuzzer.cpp | 288 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeHeader() 332 if (dec_op.u4_pic_wd && dec_op.u4_pic_ht && in decodeFrame() 333 (mWidth != dec_op.u4_pic_wd || mHeight != dec_op.u4_pic_ht)) { in decodeFrame() 335 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeFrame()
|
/external/libavc/fuzzer/ |
D | avc_dec_fuzzer.cpp | 283 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeHeader() 327 if (dec_op.u4_pic_wd && dec_op.u4_pic_ht && in decodeFrame() 328 (mWidth != dec_op.u4_pic_wd || mHeight != dec_op.u4_pic_ht)) { in decodeFrame() 330 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeFrame()
|
/external/libmpeg2/fuzzer/ |
D | mpeg2_dec_fuzzer.cpp | 363 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeHeader() 409 if (dec_op.u4_pic_wd && dec_op.u4_pic_ht && in decodeFrame() 410 (mWidth != dec_op.u4_pic_wd || mHeight != dec_op.u4_pic_ht)) { in decodeFrame() 412 mHeight = std::min(dec_op.u4_pic_ht, (UWORD32)10240); in decodeFrame()
|
/external/libhevc/common/ |
D | ivd.h | 431 UWORD32 u4_pic_ht; member 913 UWORD32 u4_pic_ht; member
|
/external/libavc/decoder/ |
D | ivd.h | 456 UWORD32 u4_pic_ht; member 943 UWORD32 u4_pic_ht; member
|
D | ih264d_api.c | 2213 ps_dec_op->u4_pic_ht = (UWORD32)ps_dec->u2_disp_height; in ih264d_video_decode() 2533 ps_dec_op->u4_pic_ht = (UWORD32)ps_dec->u2_disp_height; in ih264d_video_decode() 2959 ps_ctl_op->u4_pic_ht = ps_dec->u2_disp_height; in ih264d_get_status() 2979 ps_ctl_op->u4_pic_ht = pic_wd; in ih264d_get_status() 4092 ps_dec_op->u4_pic_ht = (UWORD32)ps_dec->u2_disp_height; in ih264d_fill_output_struct_from_context()
|
/external/libhevc/decoder/ |
D | ihevcd_decode.c | 196 ps_dec_op->u4_pic_ht = ps_codec->i4_disp_ht; in ihevcd_fill_outargs() 201 ps_dec_op->u4_pic_ht = 0; in ihevcd_fill_outargs() 500 ps_dec_op->u4_pic_ht = ps_codec->i4_disp_ht; in ihevcd_decode()
|
D | ihevcd_api.c | 2578 ps_ctl_op->u4_pic_ht = ht; in ihevcd_get_status()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 212 UWORD32 u4_pic_ht; member 1563 ps_app_ctx->u4_pic_ht, in display_thread() 2422 … decoder with width %d and height %d\n", s_video_decode_op.u4_pic_wd, s_video_decode_op.u4_pic_ht); in vdec_main() 2439 s_app_ctx.u4_pic_ht = s_video_decode_op.u4_pic_ht; in vdec_main() 3018 s_video_decode_op.u4_pic_ht); in vdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 218 UWORD32 u4_pic_ht; member 1549 ps_app_ctx->u4_pic_ht, in display_thread() 1553 ps_app_ctx->u4_pic_ht, in display_thread() 2484 s_app_ctx.u4_pic_ht = ps_video_decode_op->u4_pic_ht; in h264dec_main()
|
/external/libhevc/test/decoder/ |
D | main.c | 217 UWORD32 u4_pic_ht; member 1530 ps_app_ctx->u4_pic_ht, in display_thread() 2239 s_app_ctx.u4_pic_ht = s_video_decode_op.u4_pic_ht; in hevcdec_main()
|