HomeSort by relevance Sort by last modified time
    Searched refs:profileIdc (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.h 51 u32 profileIdc;
h264bsd_seq_param_set.c 105 pSeqParamSet->profileIdc = tmp;
522 if (pSps1->profileIdc == pSps2->profileIdc &&
h264bsd_decoder.c 957 return pStorage->activeSps->profileIdc;
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h 96 unsigned *profileIdc, unsigned *levelIdc,
VideoFormats.cpp 341 ProfileType profile, LevelType level, unsigned *profileIdc,
364 if (profileIdc) {
365 *profileIdc = kProfileIDC[profile];
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 144 unsigned profileIdc,
PlaybackSession.cpp 905 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
909 CHECK(!profileIdc || isVideo);
946 format->setInt32("profile-idc", profileIdc);
1028 unsigned profileIdc, levelIdc, constraintSet;
1032 &profileIdc,
1046 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1070 usePCMAudio, 0 /* profileIdc */, 0 /* levelIdc */,
TSPacketizer.cpp 272 int32_t profileIdc, levelIdc, constraintSet;
273 CHECK(mFormat->findInt32("profile-idc", &profileIdc));
276 CHECK_GE(profileIdc, 0u);
278 data[2] = profileIdc; // profile_idc

Completed in 94 milliseconds