Searched defs:sizes (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp98 const char QCameraParameters::KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] = "supported-live-snapshot-sizes";
637 * @sizes : array of dimensions
642 String8 QCameraParameters::createSizesString(const cam_dimension_t *sizes, int len) argument
648 snprintf(buffer, sizeof(buffer), "%dx%d", sizes[0].width, sizes[0].height);
652 snprintf(buffer, sizeof(buffer), ",%dx%d", sizes[i].width, sizes[i].height);
794 * DESCRIPTION: create string obj contains array of hfr sizes
1151 // first check if picture size is within the list of supported sizes
2853 // Set supported preview sizes
3416 parseSizesList(const char *sizesStr, Vector<Size> &sizes) argument
3451 getSupportedHfrSizes(Vector<Size> &sizes) argument
[all...]

Completed in 1257 milliseconds