Searched refs:profileIdc (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.h51 u32 profileIdc; member in struct:__anon641
H A Dh264bsd_seq_param_set.c105 pSeqParamSet->profileIdc = tmp;
522 if (pSps1->profileIdc == pSps2->profileIdc &&
H A Dh264bsd_decoder.c957 return pStorage->activeSps->profileIdc;
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.h96 unsigned *profileIdc, unsigned *levelIdc,
H A DVideoFormats.cpp341 ProfileType profile, LevelType level, unsigned *profileIdc,
364 if (profileIdc) {
365 *profileIdc = kProfileIDC[profile];
340 GetProfileLevel( ProfileType profile, LevelType level, unsigned *profileIdc, unsigned *levelIdc, unsigned *constraintSet) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.h143 unsigned profileIdc,
H A DPlaybackSession.cpp907 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
911 CHECK(!profileIdc || isVideo);
948 format->setInt32("profile-idc", profileIdc);
1030 unsigned profileIdc, levelIdc, constraintSet; local
1034 &profileIdc,
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
273 CHECK(mFormat->findInt32("profile-idc", &profileIdc));
276 CHECK_GE(profileIdc, 0u);
278 data[2] = profileIdc; // profile_idc

Completed in 64 milliseconds