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:__anon15541
ive2.h 277 UWORD32 u4_max_level; member in struct:__anon15553
    [all...]
ih264e_structs.h 361 UWORD32 u4_max_level; member in struct:__anon15491
    [all...]
ih264e_encode_header.c     [all...]
ih264e_utils.c     [all...]
  /external/libavc/test/encoder/
app.h 263 UWORD32 u4_max_level; member in struct:__anon15611
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 818 milliseconds