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

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 72 #define MAX_INTERNAL_BLOCKSIZE 8128 /* Maximum multiple of 64 below 8191*/
LVM_Init.c 152 /* Maximum Internal Black Size should not be more than MAX_INTERNAL_BLOCKSIZE*/
153 if(InternalBlockSize > MAX_INTERNAL_BLOCKSIZE)
155 InternalBlockSize = MAX_INTERNAL_BLOCKSIZE;
353 MAX_INTERNAL_BLOCKSIZE * sizeof(LVM_INT16));
523 /* Maximum Internal Black Size should not be more than MAX_INTERNAL_BLOCKSIZE*/
524 if(InternalBlockSize > MAX_INTERNAL_BLOCKSIZE)
526 InternalBlockSize = MAX_INTERNAL_BLOCKSIZE;
    [all...]

Completed in 450 milliseconds