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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.h52 u32 levelIdc; member in struct:__anon641
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...]
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.h96 unsigned *profileIdc, unsigned *levelIdc,
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.h144 unsigned levelIdc,
H A DPlaybackSession.cpp907 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
912 CHECK(!levelIdc || isVideo);
949 format->setInt32("level-idc", levelIdc);
1030 unsigned profileIdc, levelIdc, constraintSet; local
1035 &levelIdc,
1048 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1072 usePCMAudio, 0 /* profileIdc */, 0 /* levelIdc */,
905 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 203 milliseconds