Searched defs:profile_idc (Results 1 - 4 of 4) 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/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h203 M4OSA_UInt8 profile_idc; member in struct:__anon298
/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);
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h299 uint profile_idc; /* u(8) */ member in struct:tagSeqParamSet

Completed in 433 milliseconds