Searched refs:bytes_per_keypoint (Results 1 – 1 of 1) sorted by relevance
378 const int bytes_per_keypoint = sizeof(uint16_t) * 2 * 2; in OBJECT_TRACKER_METHOD() local379 jbyte keypoint_arr[kMaxKeypoints * bytes_per_keypoint]; in OBJECT_TRACKER_METHOD()387 env->NewByteArray(number_of_keypoints * bytes_per_keypoint); in OBJECT_TRACKER_METHOD()395 keypoints, 0, number_of_keypoints * bytes_per_keypoint, keypoint_arr); in OBJECT_TRACKER_METHOD()