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

  /frameworks/av/media/libstagefright/
HevcUtils.cpp 106 bool HevcParameterSets::findParam8(uint32_t key, uint8_t *param) {
399 if (!findParam8(kGeneralProfileSpace, &generalProfileSpace)
400 || !findParam8(kGeneralTierFlag, &generalTierFlag)
401 || !findParam8(kGeneralProfileIdc, &generalProfileIdc)) {
411 if (!findParam8(kGeneralLevelIdc, &generalLevelIdc)) {
415 if (!findParam8(kChromaFormatIdc, &chromaFormatIdc)
416 || !findParam8(kBitDepthLumaMinus8, &bitDepthLumaMinus8)
417 || !findParam8(kBitDepthChromaMinus8, &bitDepthChromaMinus8)) {
  /frameworks/av/media/libstagefright/include/
HevcUtils.h 81 bool findParam8(uint32_t key, uint8_t *param);

Completed in 84 milliseconds