Home
last modified time | relevance | path

Searched refs:profileIdc (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_seq_param_set.c105 pSeqParamSet->profileIdc = tmp; in h264bsdDecodeSeqParamSet()
522 if (pSps1->profileIdc == pSps2->profileIdc && in h264bsdCompareSeqParamSets()
Dh264bsd_seq_param_set.h51 u32 profileIdc; member
Dh264bsd_decoder.c957 return pStorage->activeSps->profileIdc; in h264bsdProfile()
/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp341 ProfileType profile, LevelType level, unsigned *profileIdc, in GetProfileLevel() argument
364 if (profileIdc) { in GetProfileLevel()
365 *profileIdc = kProfileIDC[profile]; in GetProfileLevel()
DVideoFormats.h96 unsigned *profileIdc, unsigned *levelIdc,
/frameworks/av/media/libstagefright/wifi-display/source/
DPlaybackSession.cpp915 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc, in addSource() argument
919 CHECK(!profileIdc || isVideo); in addSource()
956 format->setInt32("profile-idc", profileIdc); in addSource()
1038 unsigned profileIdc, levelIdc, constraintSet; in addVideoSource() local
1042 &profileIdc, in addVideoSource()
1056 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet, in addVideoSource()
DTSPacketizer.cpp272 int32_t profileIdc, levelIdc, constraintSet; in finalize() local
273 CHECK(mFormat->findInt32("profile-idc", &profileIdc)); in finalize()
276 CHECK_GE(profileIdc, 0u); in finalize()
278 data[2] = profileIdc; // profile_idc in finalize()
DPlaybackSession.h148 unsigned profileIdc,