HomeSort by relevance Sort by last modified time
    Searched full:surfaceformat (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/utils/
SurfaceUtils.java 125 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface);
126 if (surfaceFormat >= HAL_FORMAT_RGB_START &&
127 surfaceFormat <= HAL_FORMAT_RGB_END) {
128 surfaceFormat = ImageFormat.PRIVATE;
131 if (surfaceFormat != ImageFormat.PRIVATE) {
132 throw new IllegalArgumentException("Surface format(" + surfaceFormat + ") is not"
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 566 int surfaceFormat = ImageFormat.UNKNOWN;
568 surfaceFormat = detectSurfaceType(output);
584 int surfaceFormat = ImageFormat.UNKNOWN;
586 surfaceFormat = detectSurfaceType(output);
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 405 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface);
412 if ((surfaceFormat >= LegacyMetadataMapper.HAL_PIXEL_FORMAT_RGBA_8888 &&
413 surfaceFormat <= LegacyMetadataMapper.HAL_PIXEL_FORMAT_BGRA_8888)) {
414 surfaceFormat = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED;
420 if (config.getFormat() == surfaceFormat && config.isOutput()) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h 146 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) PURE;
    [all...]
d3d9.h 198 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD* pQualityLevels) PURE;
276 STDMETHOD(CheckDeviceMultiSampleType)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, WINBOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD* pQualityLevels) PURE;
    [all...]

Completed in 365 milliseconds