Home | History | Annotate | Download | only in videoencoder

Lines Matching refs:usrPtr

1010             // usrptr only can be get
1114 &(usrptrBuffer->stride), &(usrptrBuffer->usrPtr));
1494 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);