Searched refs:levelIdc (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_seq_param_set.c | 57 static u32 GetDpbSize(u32 picSizeInMbs, u32 levelIdc); 125 pSeqParamSet->levelIdc = tmp; in h264bsdDecodeSeqParamSet() 305 value = GetDpbSize(tmp, pSeqParamSet->levelIdc); in h264bsdDecodeSeqParamSet() 383 u32 GetDpbSize(u32 picSizeInMbs, u32 levelIdc) in GetDpbSize() argument 397 switch (levelIdc) in GetDpbSize() 523 pSps1->levelIdc == pSps2->levelIdc && in h264bsdCompareSeqParamSets()
|
D | h264bsd_seq_param_set.h | 52 u32 levelIdc; member
|
/frameworks/av/media/libstagefright/wifi-display/ |
D | VideoFormats.cpp | 342 unsigned *levelIdc, unsigned *constraintSet) { in GetProfileLevel() argument 368 if (levelIdc) { in GetProfileLevel() 369 *levelIdc = kLevelIDC[level]; 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 920 CHECK(!levelIdc || isVideo); in addSource() 957 format->setInt32("level-idc", levelIdc); in addSource() 1038 unsigned profileIdc, levelIdc, constraintSet; in addVideoSource() local 1043 &levelIdc, in addVideoSource() 1056 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet, in addVideoSource()
|
D | TSPacketizer.cpp | 272 int32_t profileIdc, levelIdc, constraintSet; in finalize() local 274 CHECK(mFormat->findInt32("level-idc", &levelIdc)); in finalize() 277 CHECK_GE(levelIdc, 0u); in finalize() 280 data[4] = levelIdc; // level_idc in finalize()
|
D | PlaybackSession.h | 149 unsigned levelIdc,
|