Searched refs:profileIdc (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_seq_param_set.c | 105 pSeqParamSet->profileIdc = tmp; in h264bsdDecodeSeqParamSet() 522 if (pSps1->profileIdc == pSps2->profileIdc && in h264bsdCompareSeqParamSets()
|
D | h264bsd_seq_param_set.h | 51 u32 profileIdc; member
|
D | h264bsd_decoder.c | 957 return pStorage->activeSps->profileIdc; in h264bsdProfile()
|
/frameworks/av/media/libstagefright/wifi-display/ |
D | VideoFormats.cpp | 341 ProfileType profile, LevelType level, unsigned *profileIdc, in GetProfileLevel() argument 364 if (profileIdc) { in GetProfileLevel() 365 *profileIdc = kProfileIDC[profile]; in GetProfileLevel()
|
D | VideoFormats.h | 96 unsigned *profileIdc, unsigned *levelIdc,
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | PlaybackSession.cpp | 915 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc, in addSource() argument 919 CHECK(!profileIdc || isVideo); in addSource() 957 format->setInt32("profile-idc", profileIdc); in addSource() 1041 unsigned profileIdc, levelIdc, constraintSet; in addVideoSource() local 1045 &profileIdc, in addVideoSource() 1059 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet, in addVideoSource()
|
D | TSPacketizer.cpp | 272 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()
|
D | PlaybackSession.h | 148 unsigned profileIdc,
|