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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c 683 if (storage->aub->nuPrev->nalRefIdc != nuNext->nalRefIdc &&
684 (storage->aub->nuPrev->nalRefIdc == 0 || nuNext->nalRefIdc == 0))
687 if ((storage->aub->nuPrev->nalUnitType == NAL_CODED_SLICE_IDR &&
689 (storage->aub->nuPrev->nalUnitType != NAL_CODED_SLICE_IDR &&
710 if (storage->aub->nuPrev->nalUnitType == NAL_CODED_SLICE_IDR &&
767 *storage->aub->nuPrev = *nuNext;
h264bsd_storage.h 64 nalUnit_t nuPrev[1];

Completed in 119 milliseconds