Searched refs:dimension (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.hal | 32 * This operation reshapes the batch dimension (dimension 0) into M + 1 48 * sizes for each spatial dimension of the input tensor. All values 67 * The size of the output is the maximum size along each dimension of the 72 * input1.dimension = {4, 1, 2} 73 * input2.dimension = {5, 4, 3, 1} 74 * output.dimension = {5, 4, 3, 2} 138 * for each spatial dimension of the input tensor. The shape of the 141 * front of dimension i. 143 * end of dimension i. 155 * the "batch" dimension (0) such that in the output, the spatial dimensions [all …]
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 25 * with at least one dimension). Types not prefaced by TENSOR_* represent 82 * The size of the output is the maximum size along each dimension of the 88 * input1.dimension = {4, 1, 2} 89 * input2.dimension = {5, 4, 3, 1} 90 * output.dimension = {5, 4, 3, 2} 135 * the left, in the ‘width’ dimension. 137 * the right, in the ‘width’ dimension. 139 * the top, in the ‘height’ dimension. 141 * the bottom, in the ‘height’ dimension. 143 * walking through input in the ‘width’ dimension. [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_commands.h | 55 int pr_client_socket_id, cam_dimension_t dimension,
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_commands.c | 38 int pr_client_socket_id, cam_dimension_t dimension, in tuneserver_initialize_prevtuningp() argument 55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension, in tuneserver_initialize_prevtuningp()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 42 * dimension present in the allocation that is not present in the type must 43 * be constrained away with the selectors. If a dimension is present in 46 * value in the adapter for that dimension must act as the base address, 48 * If the type and allocation dimension are of the same size, then setting 49 * the selector for the dimension must be an error. 258 * must be the stride in X dimension measuring in bytes. 284 * must be the stride in X dimension measuring in bytes. 387 * must be the stride in X dimension measuring in bytes. 417 * must be the stride in X dimension measuring in bytes. 440 * TODO: what does "new dimension" mean? IS the type of the resized [all …]
|
/hardware/interfaces/configstore/1.0/ |
D | ISurfaceFlingerConfigs.hal | 87 * Maximum dimension supported by HWC for virtual display.
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 3478 int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height); in deriveMinFrameDuration() local 3480 if (dimension > maxJpegDim) in deriveMinFrameDuration() 3481 maxJpegDim = dimension; in deriveMinFrameDuration() 3486 if (dimension > maxRawDim) in deriveMinFrameDuration() 3487 maxRawDim = dimension; in deriveMinFrameDuration() 3489 if (dimension > maxProcessedDim) in deriveMinFrameDuration() 3490 maxProcessedDim = dimension; in deriveMinFrameDuration() 3505 int32_t dimension = gCamCapability[mCameraId]->raw_dim[i].width * in deriveMinFrameDuration() local 3507 if (dimension >= maxProcessedDim && dimension < maxRawDim) in deriveMinFrameDuration() 3508 maxRawDim = dimension; in deriveMinFrameDuration()
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 1264 * <p>The number of input samples for each dimension of
|