Home
last modified time | relevance | path

Searched refs:levelIdc (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_seq_param_set.c57 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()
Dh264bsd_seq_param_set.h52 u32 levelIdc; member
/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp342 unsigned *levelIdc, unsigned *constraintSet) { in GetProfileLevel() argument
368 if (levelIdc) { in GetProfileLevel()
369 *levelIdc = kLevelIDC[level]; 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
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()
DTSPacketizer.cpp272 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()
DPlaybackSession.h149 unsigned levelIdc,