/hardware/intel/common/wrs_omxil_core/core/src/ |
intel_video_config_parser.cpp | 109 int32 profile_idc, level_idc = 0; local 146 (int*) & level_idc); 154 aOutputs->level = (uint32) level_idc;
|
intel_m4v_config_parser.h | 92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
|
intel_m4v_config_parser.cpp | 782 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) 875 if (DecodeSPS(&psBits, width, height, display_width, display_height, profile_idc, level_idc)) 928 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) 956 /* level_idc */ 958 *level_idc = temp; [all...] |
/external/libavc/common/ |
ih264_common_tables.h | 86 * output : level_idc or cpb size
|
ih264_defs.h | 69 * @enum LEVEL_IDC
|
/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/enc/src/ |
init.cpp | 53 /* profile_idc, constrained_setx_flag and level_idc is set by VerifyProfile(), 536 seqParam->level_idc = encParam->level; 545 seqParam->level_idc = extS->level_idc; 648 if (seqParam->level_idc == 0) /* find level for this setting */ 659 seqParam->level_idc = mapIdx2Lev[ii]; 663 if (seqParam->level_idc == 0) 670 lev_idx = mapLev2Idx[seqParam->level_idc]; 671 if (seqParam->level_idc == AVC_LEVEL1_B) [all...] |
/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...] |
/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);
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
h264_sps_parser_unittest.cc | 41 // level_idc, to make sure the parser doesn't eat all 0x3 bytes. 49 // level_idc.
|
h264_sps_parser.cc | 85 // level_idc: u(8)
|
/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/intel/common/libmix/videoencoder/ |
bitstream.h | 196 bitstream_put_ui(bs, seq_param->level_idc, 8); /* level_idc */
|
VideoEncoderAVC.cpp | [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_loader.h | 85 uint8 level_idc; member in struct:_vbp_codec_data_h264
|
vbp_h264_parser.c | 747 codec_data->level_idc = parser->info.active_SPS.level_idc; 908 pic_parms->seq_fields.bits.MinLumaBiPredSize8x8 = (parser->info.active_SPS.level_idc > 30) ? 1 : 0; [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
h264parse_sps.c | 304 SPS->level_idc = (uint8_t)code; 306 switch(SPS->level_idc)
|
/external/libavc/encoder/ |
ih264e_utils.h | 115 * Converts from level_idc (which is multiplied by 30) to an index that can be
|
ih264e_encode_header.c | 463 /* level_idc */ 464 PUT_BITS(ps_bitstrm, ps_sps->u1_level_idc, 8, return_status, "level_idc"); [all...] |
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
vbp_loader.h | 208 uint8 level_idc; member in struct:_vbp_codec_data_h264
|
/hardware/intel/common/libva/va/ |
va_enc_h264.h | 150 unsigned char level_idc; member in struct:_VAEncSequenceParameterBufferH264 654 uint8_t level_idc; member in struct:_VAEncSequenceParameterBufferH264_MVC::H264SPSExtMVCLevelValue 657 * which the level indicated by level_idc applies
|
/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...] |
avcapi_common.h | 60 This enumeration is for levels. The value follows the level_idc in sequence
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformatenc_h264.c | 963 h264_seq_param.level_idc = 30; //TODO, hard code now 982 LOG_I( "level_idc = %d\n", 983 (guint)h264_seq_param.level_idc); [all...] |