Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 78) sorted by relevance

1234

/device/lge/mako/camera/mm-camera-interface/
Dmm_camera_helper.c54 uint8_t *mm_camera_do_mmap(uint32_t size, int *pmemFd) in mm_camera_do_mmap()
86 int mm_camera_do_munmap(int pmem_fd, void *addr, size_t size) in mm_camera_do_munmap()
150 void *addr, size_t size) in mm_camera_do_munmap_ion()
167 int mm_camera_dump_image(void *addr, uint32_t size, char *filename) in mm_camera_dump_image()
189 uint32_t size; in mm_camera_get_msm_frame_len() local
325 void *addr, size_t size) in mm_camera_do_munmap_ion()
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_helper.c54 uint8_t *mm_camera_do_mmap(uint32_t size, int *pmemFd) in mm_camera_do_mmap()
86 int mm_camera_do_munmap(int pmem_fd, void *addr, size_t size) in mm_camera_do_munmap()
150 void *addr, size_t size) in mm_camera_do_munmap_ion()
167 int mm_camera_dump_image(void *addr, uint32_t size, char *filename) in mm_camera_dump_image()
189 uint32_t size; in mm_camera_get_msm_frame_len() local
308 void *addr, size_t size) in mm_camera_do_munmap_ion()
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DSocketStream.cpp86 int SocketStream::commitBuffer(size_t size) in commitBuffer()
91 int SocketStream::writeFully(const void* buffer, size_t size) in writeFully()
DGLSharedGroup.cpp22 BufferData::BufferData(GLsizeiptr size, void * data) : m_size(size) in BufferData()
57 void ProgramData::setIndexInfo(GLuint index, GLint base, GLint size, GLenum type) in setIndexInfo()
237 void GLSharedGroup::addBufferData(GLuint bufferId, GLsizeiptr size, void * data) in addBufferData()
243 void GLSharedGroup::updateBufferData(GLuint bufferId, GLsizeiptr size, void * data) in updateBufferData()
249 GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, void *… in subUpdateBufferData()
333 void GLSharedGroup::setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenu… in setProgramIndexInfo()
DglUtils.cpp332 int size, GLenum type, unsigned int stride, in glUtilsPackPointerData()
350 int size, GLenum type, unsigned int stride, in glUtilsWritePackPointerData()
DFixedBuffer.h32 void * alloc(size_t size) { in alloc()
DWin32PipeStream.cpp177 int Win32PipeStream::commitBuffer(size_t size) in commitBuffer()
DGLSharedGroup.h51 GLint size; member
/device/asus/flo/camera/QCamera2/HAL/
DQCameraMem.cpp242 int QCameraMemory::alloc(int count, int size, int heap_id) in alloc()
295 int QCameraMemory::allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size) in allocOneBuffer()
440 int QCameraHeapMemory::allocate(int count, int size) in allocate()
616 int QCameraStreamMemory::allocate(int count, int size) in allocate()
799 int QCameraVideoMemory::allocate(int count, int size) in allocate()
DQCameraMem.h74 uint32_t size; member
/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3Mem.cpp262 int QCamera3HeapMemory::alloc(int count, int size, int heap_id) in alloc()
315 int QCamera3HeapMemory::allocOneBuffer(QCamera3MemInfo &memInfo, int heap_id, int size) in allocOneBuffer()
430 int QCamera3HeapMemory::allocate(int count, int size, bool queueAll) in allocate()
DQCamera3Mem.h70 uint32_t size; member
/device/generic/goldfish/opengl/system/GLESv1_enc/
DGLEncoder.cpp264 void GLEncoder::s_glVertexPointer(void *self, int size, GLenum type, GLsizei stride, const void *da… in s_glVertexPointer()
278 void GLEncoder::s_glColorPointer(void *self, int size, GLenum type, GLsizei stride, const void *dat… in s_glColorPointer()
299 void GLEncoder::s_glTexcoordPointer(void *self, int size, GLenum type, GLsizei stride, const void *… in s_glTexcoordPointer()
307 void GLEncoder::s_glMatrixIndexPointerOES(void *self, int size, GLenum type, GLsizei stride, const … in s_glMatrixIndexPointerOES()
315 void GLEncoder::s_glWeightPointerOES(void * self, int size, GLenum type, GLsizei stride, const void… in s_glWeightPointerOES()
361 void GLEncoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, GL… in s_glBufferData()
372 void GLEncoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, con… in s_glBufferSubData()
Dgl_entry.cpp483 void glPointSize(GLfloat size) in glPointSize()
567 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData()
573 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData()
627 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glColorPointer()
1003 void glPointSizex(GLfixed size) in glPointSizex()
1087 void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glTexCoordPointer()
1159 void glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid* pointer) in glVertexPointer()
1177 void glVertexPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset) in glVertexPointerOffset()
1183 void glColorPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset) in glColorPointerOffset()
1201 void glTexCoordPointerOffset(GLint size, GLenum type, GLsizei stride, GLuint offset) in glTexCoordPointerOffset()
[all …]
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp243 const int size = mFrameWidth / 10; in drawCheckerboard() local
308 int size, in drawSquare()
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpeg_ionbuf.h47 long size; member
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c90 uint32_t size = 0; in mm_jpeg_queue_get_size() local
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c90 uint32_t size = 0; in mm_jpeg_queue_get_size() local
/device/generic/goldfish/libqemu/
Dtest_guest_2.c127 int size = atoi(packetSize); in main() local
/device/lge/mako/charger_touch/
Dcharger_touch.c35 static void read_path(const char* path, char* buf, size_t size) in read_path()
/device/asus/flo/charger_touch/
Dcharger_touch.c35 static void read_path(const char* path, char* buf, size_t size) in read_path()
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_queue.h39 uint32_t size; member
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DQemuPipeStream.cpp81 int QemuPipeStream::commitBuffer(size_t size) in commitBuffer()
/device/lge/mako/camera/
DQCameraHWI_Mem.cpp158 static bool register_buf(int size, in register_buf()
/device/lge/mako/camera/inc/
Domx_jpeg_common.h49 #define OMX_MM_MALLOC(size) jpeg_malloc(size, __FILE__, __LINE__) argument
179 int size; member

1234