/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/av/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/av/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...] |
/external/chromium_org/content/common/gpu/media/ |
h264_parser.h | 53 int level_idc; member in struct:content::H264SPS
|
vaapi_h264_decoder.cc | 253 pic_param.seq_fields.bits.MinLumaBiPredSize8x8 = (sps->level_idc >= 31); [all...] |
h264_parser.cc | 582 READ_BITS_OR_RETURN(8, &sps->level_idc); [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
SeqParameterSet.java | 59 public int level_idc; field in class:SeqParameterSet 91 sps.level_idc = (int) reader.readNBit(8, "SPS: level_idc"); 319 writer.writeNBit(level_idc, 8, "SPS: level_idc"); 537 ", \n level_idc=" + level_idc +
|
/frameworks/av/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...] |
/frameworks/av/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalTypes.h | 205 M4OSA_UInt8 level_idc; member in struct:__anon31168
|
/external/chromium_org/third_party/libva/va/ |
va.h | 1292 unsigned char level_idc; member in struct:_VAEncSequenceParameterBufferH264 [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H264TrackImpl.java | 110 avcConfigurationBox.setAvcLevelIndication(seqParameterSet.level_idc);
|
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | 1034 M4OSA_UInt8 profile_idc, level_idc, reserved_zero_4bits, local 1045 sps->level_idc = (M4OSA_UInt8)H264MCS_getBits(p_bs, 8); [all...] |