Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c958 ps_app_ctxt->u4_strd = DEFAULT_STRIDE; in init_default_params()
1611 pu1_buf += ps_app_ctxt->u4_strd * ps_app_ctxt->u4_ht; in synchronous_encode()
1620 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd; in synchronous_encode()
1621 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd; in synchronous_encode()
1640 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd; in synchronous_encode()
1641 ps_inp_raw_buf->au4_strd[1] = ps_app_ctxt->u4_strd / 2; in synchronous_encode()
1642 ps_inp_raw_buf->au4_strd[2] = ps_app_ctxt->u4_strd / 2; in synchronous_encode()
1654 ps_inp_raw_buf->au4_strd[0] = ps_app_ctxt->u4_strd *2; in synchronous_encode()
2422 s_app_ctxt.u4_strd = s_app_ctxt.u4_wd; in h264enc_main()
Dapp.h265 UWORD32 u4_strd; member
/external/libhevc/test/decoder/
Dmain.c216 UWORD32 u4_strd; member
549 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skipb_frames()
599 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skipb_frames()
650 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skippb_frames()
700 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skippb_frames()
1831 s_app_ctx.u4_strd = STRIDE; in hevcdec_main()
2429 s_app_ctx.u4_strd = s_app_ctx.get_stride(); in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c217 UWORD32 u4_strd; member
558 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skipb_frames()
608 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skipb_frames()
659 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skippb_frames()
709 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skippb_frames()
1895 s_app_ctx.u4_strd = STRIDE; in h264dec_main()
2534 s_app_ctx.u4_strd = s_app_ctx.get_stride(); in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c211 UWORD32 u4_strd; member
567 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skipb_frames()
617 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skipb_frames()
668 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in enable_skippb_frames()
718 s_ctl_ip.u4_disp_wd = ps_app_ctx->u4_strd; in disable_skippb_frames()
1869 s_app_ctx.u4_strd = STRIDE; in vdec_main()
2458 s_app_ctx.u4_strd = s_app_ctx.get_stride(); in vdec_main()
/external/libavc/encoder/
Dih264e_structs.h421 UWORD32 u4_strd; member