Lines Matching refs:count

187  * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
191 * @param count number of elements to be set in data argument
196 * <li>{@link ACAMERA_ERROR_INVALID_PARAMETER} if request is NULL, count is larger than
201 ACaptureRequest* request, uint32_t tag, uint32_t count, const uint8_t* data);
206 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
210 * @param count number of elements to be set in data argument
215 * <li>{@link ACAMERA_ERROR_INVALID_PARAMETER} if request is NULL, count is larger than
220 ACaptureRequest* request, uint32_t tag, uint32_t count, const int32_t* data);
225 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
229 * @param count number of elements to be set in data argument
234 * <li>{@link ACAMERA_ERROR_INVALID_PARAMETER} if request is NULL, count is larger than
239 ACaptureRequest* request, uint32_t tag, uint32_t count, const float* data);
244 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
248 * @param count number of elements to be set in data argument
253 * <li>{@link ACAMERA_ERROR_INVALID_PARAMETER} if request is NULL, count is larger than
258 ACaptureRequest* request, uint32_t tag, uint32_t count, const int64_t* data);
263 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
267 * @param count number of elements to be set in data argument
272 * <li>{@link ACAMERA_ERROR_INVALID_PARAMETER} if request is NULL, count is larger than
277 ACaptureRequest* request, uint32_t tag, uint32_t count, const double* data);
282 * <p>Set count to 0 and data to NULL to remove a tag from the capture request.</p>
286 * @param count number of elements to be set in data argument
291 * <li>{@link ACAMERA_ERROR_INVALID_PARAMETER} if request is NULL, count is larger than
296 ACaptureRequest* request, uint32_t tag, uint32_t count,