Searched refs:dataSpace (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h43 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);
H A DCamera3OutputStream.cpp37 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),
34 Camera3OutputStream(int id, sp<Surface> consumer, uint32_t width, uint32_t height, int format, android_dataspace dataSpace, camera3_stream_rotation_t rotation) argument
50 Camera3OutputStream(int id, sp<Surface> consumer, uint32_t width, uint32_t height, size_t maxSize, int format, android_dataspace dataSpace, camera3_stream_rotation_t rotation) argument
72 Camera3OutputStream(int id, camera3_stream_type_t type, uint32_t width, uint32_t height, int format, android_dataspace dataSpace, camera3_stream_rotation_t rotation) argument
H A DCamera3IOStreamBase.h37 android_dataspace dataSpace, camera3_stream_rotation_t rotation);
H A DCamera3IOStreamBase.cpp34 android_dataspace dataSpace, camera3_stream_rotation_t rotation) :
36 width, height, maxSize, format, dataSpace, rotation),
32 Camera3IOStreamBase(int id, camera3_stream_type_t type, uint32_t width, uint32_t height, size_t maxSize, int format, android_dataspace dataSpace, camera3_stream_rotation_t rotation) argument
H A DCamera3Stream.h368 android_dataspace dataSpace, camera3_stream_rotation_t rotation);
H A DCamera3Device.h99 android_dataspace dataSpace, camera3_stream_rotation_t rotation, int *id);
113 uint32_t *format, android_dataspace *dataSpace);
H A DCamera3Stream.cpp50 android_dataspace dataSpace, camera3_stream_rotation_t rotation) :
62 camera3_stream::data_space = dataSpace;
47 Camera3Stream(int id, camera3_stream_type type, uint32_t width, uint32_t height, size_t maxSize, int format, android_dataspace dataSpace, camera3_stream_rotation_t rotation) argument
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h270 // 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; member in struct:android::IGraphicBufferProducer::QueueBufferInput
279 QueueBufferInput(int64_t timestamp, bool isAutoTimestamp, android_dataspace dataSpace, const Rect& crop, int scalingMode, uint32_t transform, bool async, const sp<Fence>& fence, uint32_t sticky = 0) argument
H A DCpuConsumer.h56 android_dataspace dataSpace; member in struct:android::CpuConsumer::LockedBuffer
H A DSurface.h180 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/
H A Dandroid_view_Surface.h84 int format, android_dataspace dataSpace);
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp130 dataSpace = QUEUE_BUFFER_INPUT_DATASPACE;
142 dataSpace,
160 QueueBufferInputBuilder& setDataSpace(android_dataspace dataSpace) { argument
161 this->dataSpace = dataSpace;
193 android_dataspace dataSpace; member in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
H A DSurface_test.cpp173 android_dataspace dataSpace; local
176 reinterpret_cast<int*>(&dataSpace));
179 ASSERT_EQ(TEST_DATASPACE, dataSpace);
H A DSRGB_test.cpp221 void checkLockedBuffer(PixelFormat format, android_dataspace dataSpace) { argument
225 ASSERT_EQ(mLockedBuffer.dataSpace, dataSpace);
344 ASSERT_EQ(mLockedBuffer.dataSpace, HAL_DATASPACE_SRGB);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h111 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/
H A DCameraDeviceClient.h174 android_dataspace dataSpace, const CameraMetadata& info,
H A DCameraDeviceClient.cpp418 android_dataspace dataSpace; local
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) ?
549 roundBufferDimensionNearest(int32_t width, int32_t height, int32_t format, android_dataspace dataSpace, const CameraMetadata& info, int32_t* outWidth, int32_t* outHeight) argument
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp500 + sizeof(dataSpace)
522 FlattenableUtils::write(buffer, size, dataSpace);
541 + sizeof(dataSpace)
554 FlattenableUtils::read(buffer, size, dataSpace);
H A DBufferQueueProducer.cpp549 android_dataspace dataSpace; local
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,
631 if (dataSpace == HAL_DATASPACE_UNKNOWN) {
632 dataSpace = mCore->mDefaultBufferDataSpace;
650 item.mDataSpace = dataSpace;
H A DCpuConsumer.cpp190 nativeBuffer->dataSpace = b.mDataSpace;
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h61 android_dataspace dataSpace, camera3_stream_rotation_t rotation, int *id);
67 uint32_t *format, android_dataspace *dataSpace);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp165 int format, android_dataspace dataSpace) {
194 switch (dataSpace) {
204 switch (dataSpace) {
164 android_view_Surface_mapHalFormatDataspaceToPublicFormat( int format, android_dataspace dataSpace) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h176 status_t commandSetVideoFormatL(int format, android_dataspace dataSpace);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp429 // the modification isn't possible, the original dataSpace is returned.
430 static android_dataspace modifyBufferDataspace( android_dataspace dataSpace, argument
437 return dataSpace;
467 android_dataspace dataSpace = HAL_DATASPACE_UNKNOWN; local
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)",
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp459 android_dataspace dataSpace; local
464 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,

Completed in 815 milliseconds

12