HomeSort by relevance Sort by last modified time
    Searched refs:dataSpace (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 43 android_dataspace dataSpace, camera3_stream_rotation_t rotation);
51 android_dataspace dataSpace, camera3_stream_rotation_t rotation);
70 android_dataspace dataSpace, camera3_stream_rotation_t rotation);
Camera3OutputStream.cpp 37 android_dataspace dataSpace, camera3_stream_rotation_t rotation) :
39 /*maxSize*/0, format, dataSpace, rotation),
53 android_dataspace dataSpace, camera3_stream_rotation_t rotation) :
55 format, dataSpace, rotation),
75 android_dataspace dataSpace,
79 format, dataSpace, rotation),
326 ALOGE("%s: Unable to configure stream dataspace %#x for stream %d",
Camera3IOStreamBase.h 37 android_dataspace dataSpace, camera3_stream_rotation_t rotation);
Camera3IOStreamBase.cpp 34 android_dataspace dataSpace, camera3_stream_rotation_t rotation) :
36 width, height, maxSize, format, dataSpace, rotation),
76 lines.appendFormat(" Dims: %d x %d, format 0x%x, dataspace 0x%x\n",
Camera3Stream.h 368 android_dataspace dataSpace, camera3_stream_rotation_t rotation);
Camera3Device.h 99 android_dataspace dataSpace, camera3_stream_rotation_t rotation, int *id);
113 uint32_t *format, android_dataspace *dataSpace);
  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 40 uint32_t dataSpace;
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 270 // dataSpace - description of the contents, interpretation depends on format
280 android_dataspace dataSpace, const Rect& crop, int scalingMode,
284 dataSpace(dataSpace), crop(crop), scalingMode(scalingMode),
294 *outDataSpace = dataSpace;
317 android_dataspace dataSpace;
CpuConsumer.h 56 android_dataspace dataSpace;
Surface.h 180 virtual int setBuffersDataSpace(android_dataspace dataSpace);
242 // mDataSpace is the buffer dataSpace that will be used for the next buffer
  /frameworks/base/include/android_runtime/
android_view_Surface.h 76 * dataspace */
80 /* Convert from HAL format, dataspace pair to
84 int format, android_dataspace dataSpace);
  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 130 dataSpace = QUEUE_BUFFER_INPUT_DATASPACE;
142 dataSpace,
160 QueueBufferInputBuilder& setDataSpace(android_dataspace dataSpace) {
161 this->dataSpace = dataSpace;
193 android_dataspace dataSpace;
Surface_test.cpp 173 android_dataspace dataSpace;
176 reinterpret_cast<int*>(&dataSpace));
179 ASSERT_EQ(TEST_DATASPACE, dataSpace);
SRGB_test.cpp 221 void checkLockedBuffer(PixelFormat format, android_dataspace dataSpace) {
225 ASSERT_EQ(mLockedBuffer.dataSpace, dataSpace);
344 ASSERT_EQ(mLockedBuffer.dataSpace, HAL_DATASPACE_SRGB);
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 104 * Create an output stream of the requested size, format, rotation and dataspace
111 android_dataspace dataSpace, camera3_stream_rotation_t rotation, int *id) = 0;
132 uint32_t *format, android_dataspace *dataSpace) = 0;
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 174 android_dataspace dataSpace, const CameraMetadata& info,
CameraDeviceClient.cpp 418 android_dataspace dataSpace;
436 reinterpret_cast<int*>(&dataSpace))) != OK) {
437 ALOGE("%s: Camera %d: Failed to query Surface dataSpace", __FUNCTION__,
453 format, dataSpace, mDevice->info(), /*out*/&width, /*out*/&height)) {
460 res = mDevice->createStream(surface, width, height, format, dataSpace,
550 int32_t format, android_dataspace dataSpace, const CameraMetadata& info,
554 (dataSpace == HAL_DATASPACE_DEPTH) ?
  /system/core/include/system/
window.h 801 * native_window_set_buffers_data_space(..., int dataSpace)
802 * All buffers queued after this call will be associated with the dataSpace
805 * dataSpace specifies additional information about the buffer that's dependent
809 * images. The default dataSpace is 0, HAL_DATASPACE_UNKNOWN, unless it has been
814 android_dataspace_t dataSpace)
817 dataSpace);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 176 status_t commandSetVideoFormatL(int format, android_dataspace dataSpace);
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 500 + sizeof(dataSpace)
522 FlattenableUtils::write(buffer, size, dataSpace);
541 + sizeof(dataSpace)
554 FlattenableUtils::read(buffer, size, dataSpace);
BufferQueueProducer.cpp 549 android_dataspace dataSpace;
556 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop, &scalingMode,
614 BQ_LOGV("queueBuffer: slot=%d/%" PRIu64 " time=%" PRIu64 " dataSpace=%d"
616 slot, mCore->mFrameCounter + 1, timestamp, dataSpace,
630 // Override UNKNOWN dataspace with consumer default
631 if (dataSpace == HAL_DATASPACE_UNKNOWN) {
632 dataSpace = mCore->mDefaultBufferDataSpace;
650 item.mDataSpace = dataSpace;
    [all...]
CpuConsumer.cpp 190 nativeBuffer->dataSpace = b.mDataSpace;
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 61 android_dataspace dataSpace, camera3_stream_rotation_t rotation, int *id);
67 uint32_t *format, android_dataspace *dataSpace);
  /frameworks/base/core/jni/
android_view_Surface.cpp 165 int format, android_dataspace dataSpace) {
193 // Dataspace-dependent
194 switch (dataSpace) {
203 // Dataspace-dependent
204 switch (dataSpace) {
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 429 // the modification isn't possible, the original dataSpace is returned.
430 static android_dataspace modifyBufferDataspace( android_dataspace dataSpace,
437 return dataSpace;
467 android_dataspace dataSpace = HAL_DATASPACE_UNKNOWN;
493 dataSpace = modifyBufferDataspace(dataSpace, *(attr+1));
517 if (dataSpace != 0) {
518 int err = native_window_set_buffers_data_space(window, dataSpace);
520 ALOGE("error setting native window pixel dataSpace: %s (%d)",
    [all...]

Completed in 1894 milliseconds

1 2