Home
last modified time | relevance | path

Searched refs:inputHeight (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
DCaptureRequest.aidl103 int inputHeight;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
DCaptureRequest.aidl42 int inputHeight;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/
DCaptureRequest.aidl42 int inputHeight;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/
DCaptureRequest.aidl42 int inputHeight;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/
DCaptureRequest.aidl42 int inputHeight;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp260 GLsizei inputHeight = (unpackImageHeight == 0) ? height : unpackImageHeight; in computeTextureStartEnd() local
262 …d %d %d w p h %d %d %d:", __FUNCTION__, width, height, depth, inputWidth, inputPitch, inputHeight); in computeTextureStartEnd()
264 …int startVal = computePackingOffset(format, type, inputWidth, inputHeight, unpackAlignment, unpack… in computeTextureStartEnd()
270 endVal = startVal + inputPitch * inputHeight * (depth - 1); in computeTextureStartEnd()
271 endVal += inputPitch * (std::min(height, inputHeight) - 1); in computeTextureStartEnd()
274 endVal = startVal + inputPitch * inputHeight * depth; in computeTextureStartEnd()
/hardware/interfaces/camera/device/3.7/
Dtypes.hal137 * configured input stream size. In that case, the inputWith and inputHeight
141 * multiResolutionInputImage flag is false, the inputWidth and inputHeight must
145 uint32_t inputHeight;
DICameraDeviceSession.hal111 * [inputWith, inputHeight].
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc827 hal_request->input_height = aidl_request.inputHeight; in ConvertToHalCaptureRequest()
/hardware/interfaces/camera/provider/aidl/vts/
DVtsAidlHalCameraProvider_TargetTest.cpp1928 request.inputHeight = 0; in TEST_P()
2098 request.inputHeight = 0; in TEST_P()
Dcamera_aidl_test.cpp3876 request.inputHeight = 0; in processColorSpaceRequest()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp5251 request3_7.inputHeight = 0; in TEST_P()