Home | History | Annotate | Download | only in HAL

Lines Matching refs:img_ptr

984  *   @img_ptr : ptr to image buffer
991 void *img_ptr,
1003 payload.img_ptr = img_ptr;
3165 * @img_ptr : ptr to image buffer
3173 int QCamera2HardwareInterface::registerFaceImage(void *img_ptr,
3180 if (img_ptr == NULL || config == NULL) {
3181 ALOGE("%s: img_ptr or config is NULL", __func__);
3206 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len);