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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.h 51 u32 profileIdc;
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 907 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
911 CHECK(!profileIdc || isVideo);
948 format->setInt32("profile-idc", profileIdc);
1030 unsigned profileIdc, levelIdc, constraintSet;
1034 &profileIdc,
1048 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1072 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 59 milliseconds