Searched refs:usrptr (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.h95 uint32_t expectedSize, uint32_t *outsize, uint32_t *stride, uint8_t **usrptr);
H A DIntelMetadataBuffer.cpp114 void* usrptr[3]; local
115 buffer->lock(GraphicBuffer::USAGE_HW_TEXTURE | GraphicBuffer::USAGE_SW_READ_OFTEN, &usrptr[0]);
117 ALOGI("gfx handle:%p data:%x", (intptr_t)buffer->handle, *((intptr_t *)usrptr[0]));
H A DVideoEncoderBase.cpp1010 // usrptr only can be get
1494 uint32_t expectedSize, uint32_t *outsize, uint32_t *stride, uint8_t **usrptr) {
1509 if (width<=0 || height<=0 ||outsize == NULL ||stride == NULL || usrptr == NULL) {
1510 LOG_E("width<=0 || height<=0 || outsize == NULL || stride == NULL ||usrptr == NULL\n");
1528 vaStatus = vaMapBuffer(mVADisplay, image.buf, (void **) usrptr);
1533 unsigned char tmp = *(*usrptr + index);
1535 *(*usrptr + index) = 0;
1550 LOG_V("usrptr = 0x%p\n", *usrptr);
1573 map->setValue((intptr_t)*usrptr);
1492 getNewUsrptrFromSurface( uint32_t width, uint32_t height, uint32_t format, uint32_t expectedSize, uint32_t *outsize, uint32_t *stride, uint8_t **usrptr) argument
[all...]
H A DVideoEncoderDef.h171 uint8_t *usrptr; member in struct:VideoEncSurfaceBuffer

Completed in 89 milliseconds