Home
last modified time | relevance | path

Searched refs:u4_strd (Results 1 – 6 of 6) sorted by relevance

/external/libavc/test/encoder/
Dmain.c952 ps_app_ctxt->u4_strd = DEFAULT_STRIDE; in init_default_params()
1601 pu1_buf += ps_app_ctxt->u4_strd * ps_app_ctxt->u4_ht; in synchronous_encode()
1610 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd; in synchronous_encode()
1611 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd; in synchronous_encode()
1630 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd; in synchronous_encode()
1631 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd / 2; in synchronous_encode()
1632 ps_inp_raw_buf->au4_strd[2] = ps_app_ctxt->u4_strd / 2; in synchronous_encode()
1644 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd *2; in synchronous_encode()
2412 s_app_ctxt.u4_strd = s_app_ctxt.u4_wd; in h264enc_main()
Dapp.h264 UWORD32 u4_strd; member
/external/libhevc/test/decoder/
Dmain.c216 UWORD32 u4_strd; member
557 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skipb_frames()
607 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skipb_frames()
658 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skippb_frames()
708 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skippb_frames()
1853 s_app_ctx.u4_strd = STRIDE; in hevcdec_main()
2445 s_app_ctx.u4_strd = s_app_ctx.get_stride(); in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c218 UWORD32 u4_strd; member
568 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skipb_frames()
618 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skipb_frames()
669 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skippb_frames()
719 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skippb_frames()
1919 s_app_ctx.u4_strd = STRIDE; in h264dec_main()
2596 s_app_ctx.u4_strd = s_app_ctx.get_stride(); in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c210 UWORD32 u4_strd; member
563 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skipb_frames()
613 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skipb_frames()
664 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skippb_frames()
714 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skippb_frames()
1861 s_app_ctx.u4_strd = STRIDE; in vdec_main()
2448 s_app_ctx.u4_strd = s_app_ctx.get_stride(); in vdec_main()
/external/libavc/encoder/
Dih264e_structs.h421 UWORD32 u4_strd; member