Home
last modified time | relevance | path

Searched refs:outsize (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.h95 uint32_t expectedSize, uint32_t *outsize, uint32_t *stride, uint8_t **usrptr);
DVideoEncoderBase.cpp1489 uint32_t expectedSize, uint32_t *outsize, uint32_t *stride, uint8_t **usrptr) { in getNewUsrptrFromSurface() argument
1504 if (width<=0 || height<=0 ||outsize == NULL ||stride == NULL || usrptr == NULL) { in getNewUsrptrFromSurface()
1533 *outsize = image.data_size; in getNewUsrptrFromSurface()
1552 if (*outsize < expectedSize) { in getNewUsrptrFromSurface()
1554 LOG_I ("Allocated size is %d, expected size is %d\n", *outsize, expectedSize); in getNewUsrptrFromSurface()