HomeSort by relevance Sort by last modified time
    Searched refs:profileIdc (Results 1 - 10 of 10) 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 148 unsigned profileIdc,
PlaybackSession.cpp 915 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
919 CHECK(!profileIdc || isVideo);
957 format->setInt32("profile-idc", profileIdc);
1041 unsigned profileIdc, levelIdc, constraintSet;
1045 &profileIdc,
1059 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1084 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
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 486 milliseconds