Home
last modified time | relevance | path

Searched refs:int_count (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/
Dion_buffer.cpp123 int int_count, uint32_t width, uint32_t height, in Import() argument
130 fd_count, int_count, width, height, layer_count, stride, format, in Import()
133 if (fd_count < 0 || int_count < 0) { in Import()
138 native_handle_t* handle = native_handle_create(fd_count, int_count); in Import()
147 memcpy(handle->data + fd_count, int_array, sizeof(int) * int_count); in Import()
166 const int int_count = other->handle()->numInts; in Duplicate() local
168 if (fd_count < 0 || int_count < 0) in Duplicate()
171 native_handle_t* handle = native_handle_create(fd_count, int_count); in Duplicate()
183 sizeof(int) * int_count); in Duplicate()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dnative_handle_wrapper.h28 const int int_count = handle->numInts; in NativeHandleWrapper() local
35 for (int i = 0; i < int_count; i++) { in NativeHandleWrapper()
40 size_t int_count() const { return ints_.size(); } in int_count() function
Dion_buffer.h57 int int_count, uint32_t width, uint32_t height,
Dbufferhub_rpc.h33 const int int_count = buffer.handle()->numInts; in NativeBufferHandle() local
37 for (int i = 0; i < int_count; i++) { in NativeBufferHandle()