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

  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 109 int32 profile_idc, level_idc = 0; local
147 (int*) & level_idc,
156 aOutputs->level = (uint32) level_idc;
ti_m4v_config_parser.cpp 797 OSCL_EXPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc, uint32 *entropy_coding_mode_flag)
889 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc))
930 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc)
952 *level_idc = temp;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 31 level = video->currSeqParams->level_idc;
121 if (video->PicSizeInMapUnits != PicSizeInMapUnits || video->currSeqParams->level_idc != video->level_idc)
130 num_fs = (uint32)(MaxDPBX2[(uint32)mapLev2Idx[video->currSeqParams->level_idc]] << 2) / (3 * PicSizeInMapUnits) + 1;
199 video->level_idc = video->currSeqParams->level_idc;
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
init.cpp 53 /* profile_idc, constrained_setx_flag and level_idc is set by VerifyProfile(),
540 seqParam->level_idc = encParam->level;
549 seqParam->level_idc = extS->level_idc;
652 if (seqParam->level_idc == 0) /* find level for this setting */
663 seqParam->level_idc = mapIdx2Lev[ii];
667 if (seqParam->level_idc == 0)
674 lev_idx = mapLev2Idx[seqParam->level_idc];
675 if (seqParam->level_idc == AVC_LEVEL1_B)
    [all...]
header.cpp 46 status = BitstreamWriteBits(stream, 8, seqParam->level_idc);
    [all...]
motion_est.cpp 1009 lev_idx = mapLev2Idx[currSPS->level_idc];
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 30 uint level_idc, seq_parameter_set_id; local
45 BitstreamReadBits(stream, 8, &level_idc);
46 if (level_idc > 51)
50 if (mapLev2Idx[level_idc] == 255)
81 seqParam->level_idc = level_idc;
575 video->level_idc = currSPS->level_idc;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 304 uint level_idc; /* u(8) */ member in struct:tagSeqParamSet
725 uint level_idc; member in struct:tagCommonObj
    [all...]

Completed in 83 milliseconds