Searched defs:levelIdc (Results 1 - 5 of 5) sorted by path

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.c57 static u32 GetDpbSize(u32 picSizeInMbs, u32 levelIdc);
125 pSeqParamSet->levelIdc = tmp;
303 /* check that image dimensions and levelIdc match */
305 value = GetDpbSize(tmp, pSeqParamSet->levelIdc);
371 levelIdc indicates the level
378 INVALID_DPB_SIZE when invalid levelIdc specified or picSizeInMbs
383 u32 GetDpbSize(u32 picSizeInMbs, u32 levelIdc) argument
397 switch (levelIdc)
523 pSps1->levelIdc == pSps2->levelIdc
[all...]
H A Dh264bsd_seq_param_set.h52 u32 levelIdc; member in struct:__anon684
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp342 unsigned *levelIdc, unsigned *constraintSet) {
368 if (levelIdc) {
369 *levelIdc = kLevelIDC[level];
340 GetProfileLevel( ProfileType profile, LevelType level, unsigned *profileIdc, unsigned *levelIdc, unsigned *constraintSet) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp915 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
920 CHECK(!levelIdc || isVideo);
958 format->setInt32("level-idc", levelIdc);
1041 unsigned profileIdc, levelIdc, constraintSet; local
1046 &levelIdc,
1059 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1084 usePCMAudio, 0 /* profileIdc */, 0 /* levelIdc */,
913 addSource( bool isVideo, const sp<MediaSource> &source, bool isRepeaterSource, bool usePCMAudio, unsigned profileIdc, unsigned levelIdc, unsigned constraintSet, size_t *numInputBuffers) argument
H A DTSPacketizer.cpp272 int32_t profileIdc, levelIdc, constraintSet; local
274 CHECK(mFormat->findInt32("level-idc", &levelIdc));
277 CHECK_GE(levelIdc, 0u);
280 data[4] = levelIdc; // level_idc

Completed in 1420 milliseconds