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

/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java298 int dataspace = imageFormatToDataspace(format);
299 if (dataspace == HAL_DATASPACE_DEPTH) {
1043 * {@code ImageFormat}. This assumes the dataspace of the format is not HAL_DATASPACE_DEPTH.
1085 * {@code ImageFormat}. This assumes the dataspace of the format is HAL_DATASPACE_DEPTH.
1193 * Convert a public format compatible with {@code ImageFormat} to an internal dataspace
1264 int dataspace = imageFormatToDataspace(format);
1266 return getInternalFormatSizes(internalFormat, dataspace, output, highRes);
1269 private Size[] getInternalFormatSizes(int format, int dataspace, argument
1273 dataspace == HAL_DATASPACE_DEPTH ? mDepthOutputFormats :
1278 if ( ((!output || dataspace
1352 getInternalFormatDuration(int format, int dataspace, Size size, int duration) argument
1378 getDurations(int duration, int dataspace) argument
1419 isSupportedInternalConfiguration(int format, int dataspace, Size size) argument
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1726 android_dataspace dataspace) {
1733 return mStreamingProcessor->setRecordingFormat(format, dataspace);
1725 commandSetVideoFormatL(int format, android_dataspace dataspace) argument
/frameworks/native/libs/gui/
H A DSurface.cpp646 android_dataspace dataspace = local
648 return setBuffersDataSpace(dataspace);

Completed in 93 milliseconds