HomeSort by relevance Sort by last modified time
    Searched refs:u4_wd (Results 1 - 13 of 13) sorted by null

  /external/libavc/test/encoder/
recon.c 180 ps_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd;
182 ps_raw_buf->au4_strd[0] = ps_app_ctxt->u4_wd;
186 ps_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd;
192 ps_raw_buf->au4_strd[1] = ps_app_ctxt->u4_wd;
198 ps_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd / 2;
199 ps_raw_buf->au4_wd[2] = ps_app_ctxt->u4_wd / 2;
204 ps_raw_buf->au4_strd[1] = ps_app_ctxt->u4_wd / 2;
205 ps_raw_buf->au4_strd[2] = ps_app_ctxt->u4_wd / 2;
main.c 571 sscanf(value, "%d", &ps_app_ctxt->u4_wd);
    [all...]
input.c 86 num_mbs = ALIGN16(ps_app_ctxt->u4_wd) * ALIGN16(ps_app_ctxt->u4_ht);
245 luma_size = ps_app_ctxt->u4_wd * ps_app_ctxt->u4_ht;
app.h 266 UWORD32 u4_wd; member in struct:__anon12116
  /external/libavc/decoder/
ih264d_mem_request.h 77 UWORD32 u4_wd,
  /external/libavc/encoder/
ih264e_api.c     [all...]
ive2.h 846 UWORD32 u4_wd; member in struct:__anon12082
    [all...]
ih264e_process.c     [all...]
ih264e_encode_header.c 814 ps_sps->i2_frame_crop_right_offset = (ps_codec->s_cfg.u4_wd - ps_codec->s_cfg.u4_disp_wd)>>1;
    [all...]
ih264e_fmt_conv.c 821 dst_stride = ps_codec->s_cfg.u4_wd;
ih264e_structs.h 415 UWORD32 u4_wd; member in struct:__anon11996
    [all...]
ih264e_utils.c 880 WORD32 num_luma_samples = ALIGN16(ps_codec->s_cfg.u4_wd)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 231 s_dimensions_ip.u4_wd = mWidth;
    [all...]

Completed in 255 milliseconds