Home | History | Annotate | Download | only in HAL

Lines Matching refs:img_ptr

1012  *   @img_ptr : ptr to image buffer
1019 void *img_ptr,
1032 payload.img_ptr = img_ptr;
4048 * @img_ptr : ptr to image buffer
4056 int QCamera2HardwareInterface::registerFaceImage(void *img_ptr,
4063 if (img_ptr == NULL || config == NULL) {
4064 ALOGE("%s: img_ptr or config is NULL", __func__);
4089 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len);