HomeSort by relevance Sort by last modified time
    Searched full:u4_max_level (Results 1 - 9 of 9) sorted by null

  /external/libavc/encoder/
ih264e_api.c 418 if ((ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_10)
419 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_1B)
420 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_11)
421 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_12)
422 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_13)
423 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_20)
424 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_21)
425 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_22)
426 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_30)
427 && (ps_ip->s_ive_ip.u4_max_level != IH264_LEVEL_31
    [all...]
iv2.h 329 UWORD32 u4_max_level; member in struct:__anon14949
ih264e_encode_header.c 822 ps_sps->u1_level_idc = MAX(ps_cfg->u4_max_level,
    [all...]
ive2.h 275 UWORD32 u4_max_level; member in struct:__anon14961
    [all...]
ih264e_structs.h 361 UWORD32 u4_max_level; member in struct:__anon14899
    [all...]
ih264e_utils.c     [all...]
  /external/libavc/test/encoder/
app.h 263 UWORD32 u4_max_level; member in struct:__anon15019
main.c 581 sscanf(value, "%d", &ps_app_ctxt->u4_max_level);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 738 s_fill_mem_rec_ip.u4_max_level = mAVCEncLevel;
799 s_init_ip.u4_max_level = mAVCEncLevel;
    [all...]

Completed in 1746 milliseconds