/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 66 template <class T> void minmax(T *indices, int count, int *min, int *max) { in minmax() 77 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() 86 template <class T> void shiftIndices(T *src, T *dst, int count, int offset) in shiftIndices()
|
D | glUtils.cpp | 441 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings() 461 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 204 size_t i, count; in reset() local 292 for (int count = 0; count < mBufferCount; count++) { in getUserBufDef() local 334 inline void QCameraMemory::traceLogAllocStart(size_t size, int count, const char *allocName) in traceLogAllocStart() 385 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() 783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 834 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 1014 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 1047 int QCameraStreamMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 1239 int QCameraVideoMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 1287 int QCameraVideoMemory::allocateMore(uint8_t count, size_t size) in allocateMore() [all …]
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 204 size_t i, count; in reset() local 292 for (int count = 0; count < mBufferCount; count++) { in getUserBufDef() local 334 inline void QCameraMemory::traceLogAllocStart(size_t size, int count, const char *allocName) in traceLogAllocStart() 385 int QCameraMemory::alloc(int count, size_t size, unsigned int heap_id, in alloc() 783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 834 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 1014 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 1047 int QCameraStreamMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 1239 int QCameraVideoMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 1287 int QCameraVideoMemory::allocateMore(uint8_t count, size_t size) in allocateMore() [all …]
|
/device/google/dragon/recovery/updater/ |
D | flash_mtd.c | 87 static int mtd_read(void *hnd, off_t offset, void *buffer, size_t count) in mtd_read() 111 static int mtd_write(void *hnd, off_t offset, void *buffer, size_t count) in mtd_write() 134 static int mtd_erase(void *hnd, off_t offset, size_t count) in mtd_erase()
|
D | flash_file.cpp | 105 static int file_read(void *hnd, off_t offset, void *buffer, size_t count) in file_read() 120 static int file_write(void *hnd, off_t offset, void *buffer, size_t count) in file_write() 135 static int file_erase(void *hnd, off_t offset, size_t count) in file_erase()
|
D | flash_ec.c | 149 static int ec_read(void *hnd, off_t offset, void *buffer, size_t count) in ec_read() 174 static int ec_write(void *hnd, off_t offset, void *buffer, size_t count) in ec_write() 206 static int ec_erase(void *hnd, off_t offset, size_t count) in ec_erase()
|
/device/google/dragon/audio/hal/dsp/ |
D | crossover2.c | 31 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split() 117 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split() 219 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split() 316 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge() 396 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge() 490 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge() 585 void crossover2_process(struct crossover2 *xo2, int count, in crossover2_process()
|
D | eq2.c | 53 float *data0, float *data1, int count) in eq2_process_one() 116 float *data0, float *data1, int count) in eq2_process_two_neon() 209 float *data0, float *data1, int count) in eq2_process_two_sse3() 317 void eq2_process(struct eq2 *eq2, float *data0, float *data1, int count) in eq2_process()
|
D | crossover.c | 33 static void lr4_split(struct lr4 *lp, struct lr4 *hp, int count, float *data0, in lr4_split() 107 static void lr4_merge(struct lr4 *lp, struct lr4 *hp, int count, float *data) in lr4_merge() 182 void crossover_process(struct crossover *xo, int count, float *data0, in crossover_process()
|
D | drc_kernel.c | 414 int count = DIVISION_FRAMES / 4; in max_abs_division() local 447 int count = DIVISION_FRAMES / 4; in max_abs_division() local 559 int count = DIVISION_FRAMES / 4; in dk_compress_output() local 698 int count = DIVISION_FRAMES / 4; in dk_compress_output() local 857 unsigned int count = DIVISION_FRAMES / 4; in dk_compress_output() local 975 unsigned count) in dk_process_delay_only() 1008 void dk_process(struct drc_kernel *dk, float *data_channels[], unsigned count) in dk_process()
|
D | eq.c | 43 void eq_process1(struct eq *eq, float *data, int count) in eq_process1() 77 void eq_process(struct eq *eq, float *data, int count) in eq_process()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 241 int QCameraMemory::alloc(int count, int size, int heap_id, uint32_t secure_mode) in alloc() 649 int QCameraHeapMemory::allocate(int count, int size, uint32_t isSecure) in allocate() 700 int QCameraHeapMemory::allocateMore(int count, int size) in allocateMore() 879 int QCameraStreamMemory::allocate(int count, int size, uint32_t isSecure) in allocate() 910 int QCameraStreamMemory::allocateMore(int count, int size) in allocateMore() 1097 int QCameraVideoMemory::allocate(int count, int size, uint32_t isSecure) in allocate() 1140 int QCameraVideoMemory::allocateMore(int count, int size) in allocateMore() 1389 int QCameraGrallocMemory::allocate(int count, int /*size*/, uint32_t /*isSecure*/) in allocate() argument
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 525 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count) in sendVertexAttributes() 597 void GL2Encoder::s_glDrawArrays(void *self, GLenum mode, GLint first, GLsizei count) in s_glDrawArrays() 626 void GL2Encoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *… in s_glDrawElements() 852 void GL2Encoder::s_glShaderSource(void *self, GLuint shader, GLsizei count, const GLchar * const *s… in s_glShaderSource() 972 GLsizei* count, GLuint* shaders) in s_glGetAttachedShaders() 1116 void GL2Encoder::s_glUniform1fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform1fv() 1142 void GL2Encoder::s_glUniform1iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform1iv() 1156 void GL2Encoder::s_glUniform2fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform2fv() 1170 void GL2Encoder::s_glUniform2iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform2iv() 1184 void GL2Encoder::s_glUniform3fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform3fv() [all …]
|
D | gl2_entry.cpp | 470 void glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays() 476 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElements() 570 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders() 822 void glShaderSource(GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length) in glShaderSource() 906 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) in glUniform1fv() 918 void glUniform1iv(GLint location, GLsizei count, const GLint* v) in glUniform1iv() 930 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() 942 void glUniform2iv(GLint location, GLsizei count, const GLint* v) in glUniform2iv() 954 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() 966 void glUniform3iv(GLint location, GLsizei count, const GLint* v) in glUniform3iv() [all …]
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 95 int SensorContext::poll(sensors_event_t *data, int count) { in poll() 163 struct sensors_poll_device_t *dev, sensors_event_t *data, int count) { in PollWrapper()
|
/device/asus/fugu/dumpstate/ |
D | dumpstate.cpp | 57 int count = 0; in fugu_dump_base64() local
|
/device/generic/goldfish/libqemu/ |
D | test_guest_1.c | 62 int count; in main() local
|
D | test_host_2.c | 112 int ret, count; in main() local
|
/device/generic/goldfish/qemu-props/ |
D | qemu-props.c | 48 int qemud_fd, count = 0; in main() local
|
/device/asus/fugu/libaudio/ |
D | HDMIAudioOutput.cpp | 79 const size_t count = 1; in setChannelStatusToCompressed() local
|
/device/google/dragon/health/ |
D | healthd-dragon.cpp | 41 ssize_t count = TEMP_FAILURE_RETRY(read(fd, buf, size)); in read_sysfs() local
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | crossover_test.c | 29 void process(struct crossover *xo, int count, float *data0, float *data1, in process()
|
D | eq2_test.c | 28 static void process(struct eq2 *eq2, float *data0, float *data1, int count) in process()
|
D | crossover2_test.c | 29 void process(struct crossover2 *xo2, int count, float *data0L, float *data0R, in process()
|