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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c 104 pStorage->aub->firstCallFlag = HANTRO_TRUE;
681 if (storage->aub->firstCallFlag)
684 storage->aub->firstCallFlag = HANTRO_FALSE;
701 if (storage->aub->nuPrev->nalRefIdc != nuNext->nalRefIdc &&
702 (storage->aub->nuPrev->nalRefIdc == 0 || nuNext->nalRefIdc == 0))
705 if ((storage->aub->nuPrev->nalUnitType == NAL_CODED_SLICE_IDR &&
707 (storage->aub->nuPrev->nalUnitType != NAL_CODED_SLICE_IDR &&
715 if (storage->aub->prevFrameNum != frameNum)
717 storage->aub->prevFrameNum = frameNum;
728 if (storage->aub->nuPrev->nalUnitType == NAL_CODED_SLICE_IDR &
    [all...]
h264bsd_storage.h 120 aubCheck_t aub[1]; member in struct:__anon28401

Completed in 4312 milliseconds