Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 116) sorted by relevance

12345

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h66 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()
DglUtils.cpp441 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/
DQCameraMem.cpp204 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/
DQCameraMem.cpp204 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/
Dflash_mtd.c87 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()
Dflash_file.cpp105 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()
Dflash_ec.c149 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/
Dcrossover2.c31 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()
Deq2.c53 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()
Dcrossover.c33 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()
Ddrc_kernel.c414 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()
Deq.c43 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/
DQCameraMem.cpp241 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/
DGL2Encoder.cpp525 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 …]
Dgl2_entry.cpp470 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/
Dsensors.cpp95 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/
Ddumpstate.cpp57 int count = 0; in fugu_dump_base64() local
/device/generic/goldfish/libqemu/
Dtest_guest_1.c62 int count; in main() local
Dtest_host_2.c112 int ret, count; in main() local
/device/generic/goldfish/qemu-props/
Dqemu-props.c48 int qemud_fd, count = 0; in main() local
/device/asus/fugu/libaudio/
DHDMIAudioOutput.cpp79 const size_t count = 1; in setChannelStatusToCompressed() local
/device/google/dragon/health/
Dhealthd-dragon.cpp41 ssize_t count = TEMP_FAILURE_RETRY(read(fd, buf, size)); in read_sysfs() local
/device/google/dragon/audio/hal/dsp/tests/
Dcrossover_test.c29 void process(struct crossover *xo, int count, float *data0, float *data1, in process()
Deq2_test.c28 static void process(struct eq2 *eq2, float *data0, float *data1, int count) in process()
Dcrossover2_test.c29 void process(struct crossover2 *xo2, int count, float *data0L, float *data0R, in process()

12345