HomeSort by relevance Sort by last modified time
    Searched refs: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:__anon12046
ive2.h 275 UWORD32 u4_max_level; member in struct:__anon12058
    [all...]
ih264e_encode_header.c 690 ps_sps->u1_level_idc = MAX(ps_cfg->u4_max_level,
    [all...]
ih264e_structs.h 361 UWORD32 u4_max_level; member in struct:__anon11996
    [all...]
ih264e_utils.c     [all...]
  /external/libavc/test/encoder/
app.h 262 UWORD32 u4_max_level; member in struct:__anon12116
main.c 579 sscanf(value, "%d", &ps_app_ctxt->u4_max_level);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 734 s_fill_mem_rec_ip.u4_max_level = mAVCEncLevel;
795 s_init_ip.u4_max_level = mAVCEncLevel;
    [all...]

Completed in 64 milliseconds