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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_sei.h 136 u32 *zeroRunLength[MAX_NUM_SPARE_PICS];
h264bsd_sei.c 1073 pSparePic->zeroRunLength[i] = NULL;
1087 ALLOCATE(pSparePic->zeroRunLength[i], picSizeInMapUnits, u32);
1088 if (pSparePic->zeroRunLength[i] == NULL)
1095 &pSparePic->zeroRunLength[i][j]);
1098 mapUnitCnt += pSparePic->zeroRunLength[i][j] + 1;
1107 pSparePic->zeroRunLength[i] = NULL;
    [all...]

Completed in 44 milliseconds