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:__anon687
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.h148 unsigned profileIdc,
H A DPlaybackSession.cpp915 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
919 CHECK(!profileIdc || isVideo);
957 format->setInt32("profile-idc", profileIdc);
1041 unsigned profileIdc, levelIdc, constraintSet; local
1045 &profileIdc,
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
273 CHECK(mFormat->findInt32("profile-idc", &profileIdc));
276 CHECK_GE(profileIdc, 0u);
278 data[2] = profileIdc; // profile_idc

Completed in 331 milliseconds