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

1 2

  /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
  /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...]
  /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(),
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...]
header.cpp 46 status = BitstreamWriteBits(stream, 8, seqParam->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 +
  /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...]
  /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...]
  /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/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sps.c 304 SPS->level_idc = (uint8_t)code;
306 switch(SPS->level_idc)
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 196 bitstream_put_ui(bs, seq_param->level_idc, 8); /* level_idc */
VideoEncoderAVC.cpp     [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 110 avcConfigurationBox.setAvcLevelIndication(seqParameterSet.level_idc);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 806 uint8_t level_idc; // u(8) member in struct:_SPS_PAR_USED
  /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...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 407 pSequenceParams->level_idc, ctx->profile_idc);
415 pSequenceParams->level_idc, ctx->profile_idc);
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 896 bitstream_put_ui(bs, seq_param->level_idc, 8); /* level_idc */
    [all...]
h264encode.c 313 bitstream_put_ui(bs, seq_param.level_idc, 8); /* level_idc */
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp     [all...]

Completed in 1029 milliseconds

1 2