HomeSort by relevance Sort by last modified time
    Searched full:profile_idc (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/intel/common/libmix/videoencoder/
bitstream.h 175 int profile_idc = 0; local
179 profile_idc = PROFILE_IDC_HIGH;
183 profile_idc = PROFILE_IDC_MAIN;
186 profile_idc = PROFILE_IDC_BASELINE;
190 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */
199 if ( profile_idc == PROFILE_IDC_HIGH) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 54 public int profile_idc; field in class:SeqParameterSet
81 sps.profile_idc = (int) reader.readNBit(8, "SPS: profile_idc");
94 if (sps.profile_idc == 100 || sps.profile_idc == 110
95 || sps.profile_idc == 122 || sps.profile_idc == 144) {
313 writer.writeNBit(profile_idc, 8, "SPS: profile_idc");
322 if (profile_idc == 100 || profile_idc == 110 || profile_idc == 12
    [all...]
  /frameworks/av/media/libstagefright/
avc_utils.cpp 69 unsigned profile_idc = br.getBits(8); local
75 if (profile_idc == 100 || profile_idc == 110
76 || profile_idc == 122 || profile_idc == 244
77 || profile_idc == 44 || profile_idc == 83 || profile_idc == 86) {
  /hardware/intel/common/wrs_omxil_core/core/src/
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)
941 /* Read profile_idc */
943 *profile_idc = temp;
951 LOGV("intel: --- profile_idc = %d ---\n", temp);
965 if(*profile_idc == 100 || *profile_idc == 110 ||
966 *profile_idc == 122 || *profile_idc == 144
    [all...]
intel_video_config_parser.cpp 109 int32 profile_idc, level_idc = 0; local
145 (int*) & profile_idc,
153 aOutputs->profile = (uint32)profile_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);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 109 int32 profile_idc, level_idc = 0; local
146 (int*) & profile_idc,
155 aOutputs->profile = (uint32)profile_idc;
163 (profile_idc != H264_PROFILE_IDC_BASELINE) ||
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)
944 *profile_idc = temp;
959 if(*profile_idc == H264_PROFILE_IDC_HIGH)
    [all...]
  /external/chromium_org/media/filters/
h264_parser.cc 758 READ_BITS_OR_RETURN(8, &sps->profile_idc);
770 if (sps->profile_idc == 100 || sps->profile_idc == 110 ||
771 sps->profile_idc == 122 || sps->profile_idc == 244 ||
772 sps->profile_idc == 44 || sps->profile_idc == 83 ||
773 sps->profile_idc == 86 || sps->profile_idc == 118 ||
774 sps->profile_idc == 128)
    [all...]
h264_parser.h 90 int profile_idc; member in struct:media::H264SPS
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp 53 /* profile_idc, constrained_setx_flag and level_idc is set by VerifyProfile(),
535 seqParam->profile_idc = encParam->profile;
544 seqParam->profile_idc = extS->profile_idc;
574 if (seqParam->profile_idc == 0) /* find profile for this setting */
582 seqParam->profile_idc = AVC_EXTENDED;
590 seqParam->profile_idc = AVC_MAIN;
603 seqParam->profile_idc = AVC_BASELINE;
607 if (seqParam->profile_idc == 0) /* still zero */
614 switch (seqParam->profile_idc)
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_MPEG4ES.c 159 ctx->profile_idc = 2;
162 ctx->profile_idc = 3;
165 ctx->profile_idc = 2;
240 switch (ctx->profile_idc) {
lnc_H264ES.c 166 ctx->profile_idc = 5;
169 ctx->profile_idc = 6;
172 ctx->profile_idc = 6;
291 pSequenceParams->level_idc, ctx->profile_idc);
    [all...]
lnc_hostcode.h 233 uint8_t profile_idc; member in struct:context_ENC_s
  /hardware/intel/img/psb_video/src/
pnw_MPEG4ES.c 151 ctx->profile_idc = 2;
154 ctx->profile_idc = 3;
157 ctx->profile_idc = 2;
272 switch (ctx->profile_idc) {
vsp_VPP.h 43 uint32_t profile_idc; // BE_PROFILEIDC member in struct:context_VPP_s
pnw_H264ES.c 173 ctx->profile_idc = 5;
176 ctx->profile_idc = 6;
179 ctx->profile_idc = 6;
407 pSequenceParams->level_idc, ctx->profile_idc);
415 pSequenceParams->level_idc, ctx->profile_idc);
    [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/chromium_org/content/common/gpu/media/
vaapi_video_encode_accelerator.cc 799 current_sps_.profile_idc = media::H264SPS::kProfileIDCBaseline;
803 current_sps_.profile_idc = media::H264SPS::kProfileIDCMain;
807 current_sps_.profile_idc = media::H264SPS::kProfileIDCHigh;
883 packed_sps_.AppendBits(8, current_sps_.profile_idc);
894 if (current_sps_.profile_idc == media::H264SPS::kProfileIDCHigh) {
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 883 int profile_idc = PROFILE_IDC_BASELINE; local
886 profile_idc = PROFILE_IDC_HIGH;
888 profile_idc = PROFILE_IDC_MAIN;
890 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */
899 if ( profile_idc == PROFILE_IDC_HIGH) {
    [all...]
h264encode.c 300 int profile_idc = PROFILE_IDC_BASELINE; local
303 profile_idc = PROFILE_IDC_HIGH;
305 profile_idc = PROFILE_IDC_MAIN;
307 bitstream_put_ui(bs, profile_idc, 8); /* profile_idc */
316 if ( profile_idc == PROFILE_IDC_HIGH) {
    [all...]
  /external/chromium_org/media/formats/mp2t/
es_parser_h264.cc 287 DVLOG(1) << "Profile IDC: " << sps->profile_idc;
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 123 uint8 profile_idc; member in struct:_vbp_codec_data_h264
  /external/chromium_org/net/base/
mime_util.cc 928 // of [8..F]. Requiring constraint_set0_flag be set and profile_idc be 0x42 is
934 // 8 bits: profile_idc: required to be 0x42 here.
943 // A.2.1: "[profile_idc not necessarily 0x42] with constraint_set0_flag set and
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 44 This enumeration is for profiles. The value follows the profile_idc in sequence

Completed in 478 milliseconds

1 2