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

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 169 video->intra_pred_top = (uint8*) avcHandle->CBAVC_Malloc(userData, PicWidthInMbs << 4, FAST_MEM_ATTR);
170 if (video->intra_pred_top == NULL)
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 625 uint8 *intra_pred_top; /* a row of pixel for intra prediction */ member in struct:tagCommonObj
    [all...]

Completed in 29 milliseconds