Searched refs:profile_idc (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp47 unsigned profile_idc = br.getBits(8); local
53 if (profile_idc == 100 || profile_idc == 110
54 || profile_idc == 122 || profile_idc == 244
55 || profile_idc == 44 || profile_idc == 83 || profile_idc == 86) {
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp53 /* 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...]
H A Dheader.cpp35 status = BitstreamWriteBits(stream, 8, seqParam->profile_idc);
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h203 M4OSA_UInt8 profile_idc; member in struct:__anon298
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h299 uint profile_idc; /* u(8) */ member in struct:tagSeqParamSet
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1034 M4OSA_UInt8 profile_idc, level_idc, reserved_zero_4bits, local
1039 sps->profile_idc = (M4OSA_UInt8)H264MCS_getBits(p_bs, 8);

Completed in 92 milliseconds