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

  /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...]
  /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...]
  /frameworks/av/media/libstagefright/
avc_utils.cpp 50 unsigned profile_idc = br.getBits(8); local
56 if (profile_idc == 100 || profile_idc == 110
57 || profile_idc == 122 || profile_idc == 244
58 || profile_idc == 44 || profile_idc == 83 || profile_idc == 86) {
  /external/chromium_org/content/common/gpu/media/
h264_parser.cc 579 READ_BITS_OR_RETURN(8, &sps->profile_idc);
586 if (sps->profile_idc == 100 || sps->profile_idc == 110 ||
587 sps->profile_idc == 122 || sps->profile_idc == 244 ||
588 sps->profile_idc == 44 || sps->profile_idc == 83 ||
589 sps->profile_idc == 86 || sps->profile_idc == 118 ||
590 sps->profile_idc == 128)
    [all...]
h264_parser.h 51 int profile_idc; member in struct:content::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...]
header.cpp 35 status = BitstreamWriteBits(stream, 8, seqParam->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);
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 203 M4OSA_UInt8 profile_idc; member in struct:__anon31140
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 299 uint profile_idc; /* u(8) */ member in struct:tagSeqParamSet
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 111 avcConfigurationBox.setAvcProfileIndication(seqParameterSet.profile_idc);
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 1034 M4OSA_UInt8 profile_idc, level_idc, reserved_zero_4bits, local
1039 sps->profile_idc = (M4OSA_UInt8)H264MCS_getBits(p_bs, 8);
    [all...]

Completed in 563 milliseconds