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

  /external/libavc/decoder/
ih264d_mem_request.h 78 UWORD32 u4_ht);
  /external/libavc/test/encoder/
recon.c 181 ps_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht;
189 ps_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2;
201 ps_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2;
202 ps_raw_buf->au4_ht[2] = ps_app_ctxt->u4_ht / 2;
main.c 575 sscanf(value, "%d", &ps_app_ctxt->u4_ht);
    [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 267 UWORD32 u4_ht; member in struct:__anon12116
  /external/libavc/encoder/
ih264e_api.c     [all...]
ive2.h 849 UWORD32 u4_ht; member in struct:__anon12082
    [all...]
ih264e_encode_header.c 816 ps_sps->i2_frame_crop_bottom_offset = (ps_codec->s_cfg.u4_ht - ps_codec->s_cfg.u4_disp_ht)>>1;
    [all...]
ih264e_structs.h 418 UWORD32 u4_ht; member in struct:__anon11996
    [all...]
ih264e_utils.c 802 * (ps_codec->s_cfg.u4_ht + PAD_HT);
881 * ALIGN16(ps_codec->s_cfg.u4_ht);
    [all...]
ih264e_process.c     [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 230 s_dimensions_ip.u4_ht = mHeight;
    [all...]

Completed in 8874 milliseconds