Searched defs:profileIdc (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.h51 u32 profileIdc; member in struct:__anon787
/frameworks/av/media/libstagefright/wifi-display/
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 DTSPacketizer.cpp272 int32_t profileIdc, levelIdc, constraintSet; local
273 CHECK(mFormat->findInt32("profile-idc", &profileIdc));
276 CHECK_GE(profileIdc, 0);
278 data[2] = profileIdc; // profile_idc
H A DPlaybackSession.cpp912 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
916 CHECK(!profileIdc || isVideo);
954 format->setInt32("profile-idc", profileIdc);
1038 unsigned profileIdc, levelIdc, constraintSet; local
1042 &profileIdc,
1056 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1081 usePCMAudio, 0 /* profileIdc */, 0 /* levelIdc */,
910 addSource( bool isVideo, const sp<MediaSource> &source, bool isRepeaterSource, bool usePCMAudio, unsigned profileIdc, unsigned levelIdc, unsigned constraintSet, size_t *numInputBuffers) argument

Completed in 478 milliseconds