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

/hardware/intel/common/libmix/videoencoder/
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.cpp1005 // usrptr only can be get
1489 uint32_t expectedSize, uint32_t *outsize, uint32_t *stride, uint8_t **usrptr) {
1504 if (width<=0 || height<=0 ||outsize == NULL ||stride == NULL || usrptr == NULL) {
1505 LOG_E("width<=0 || height<=0 || outsize == NULL || stride == NULL ||usrptr == NULL\n");
1523 vaStatus = vaMapBuffer(mVADisplay, image.buf, (void **) usrptr);
1528 unsigned char tmp = *(*usrptr + index);
1530 *(*usrptr + index) = 0;
1545 LOG_V("usrptr = 0x%p\n", *usrptr);
1568 map->setValue((intptr_t)*usrptr);
1487 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.h173 uint8_t *usrptr; member in struct:VideoEncSurfaceBuffer
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp328 unsigned char* usrptr; local
332 va_res = vaMapBuffer(mVADisplay, image.buf, (void **) &usrptr);
334 extMIDs[i]->m_usrAddr = usrptr;

Completed in 24 milliseconds