Lines Matching refs:img_ptr
1509 * @img_ptr : ptr to image buffer
1516 void *img_ptr,
1530 payload.img_ptr = img_ptr;
5600 * @img_ptr : ptr to image buffer
5608 int QCamera2HardwareInterface::registerFaceImage(void *img_ptr,
5615 if (img_ptr == NULL || config == NULL) {
5616 LOGE("img_ptr or config is NULL");
5641 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len);