Searched refs:buf_size (Results 1 - 25 of 76) sorted by relevance

1234

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h57 size_t buf_size,
63 size_t buf_size,
70 uint32_t buf_size,
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_cons.h31 uint buf_size; member in struct:__anon66
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h43 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Dread_device_node.c79 int buf_size, read_size; local
111 buf_size = ind - (dptr - data);
113 while ((buf_size > 0) && (!done_flag)) {
120 if (buf_size >= 16) {
128 if (buf_size >= 16) {
136 if (buf_size >= 16) {
144 if (buf_size >= 16) {
152 if (buf_size >= 16) {
160 if (buf_size >= 24) {
171 if (buf_size >
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_sock.c118 size_t buf_size,
135 iov[0].iov_len = buf_size;
179 size_t buf_size,
198 iov[0].iov_len = buf_size;
235 * @buf_size: the size of the buf that holds incoming msg
243 uint32_t buf_size,
253 if ( (msg == NULL) || (buf_size <= 0) ) {
265 iov[0].iov_len = buf_size;
115 mm_camera_socket_sendmsg( int fd, void *msg, size_t buf_size, int sendfd) argument
176 mm_camera_socket_bundle_sendmsg( int fd, void *msg, size_t buf_size, int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], int numfds) argument
240 mm_camera_socket_recvmsg( int fd, void *msg, uint32_t buf_size, int *rcvdfd) argument
/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp169 char *loc_get_time(char *time_string, unsigned long buf_size) argument
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
228 char * get_timestamp(char *str, unsigned long buf_size) argument
237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp171 char *loc_get_time(char *time_string, size_t buf_size) argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
230 char * get_timestamp(char *str, unsigned long buf_size) argument
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp169 char *loc_get_time(char *time_string, unsigned long buf_size) argument
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
222 char * get_timestamp(char *str, unsigned long buf_size) argument
231 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp170 char *loc_get_time(char *time_string, unsigned long buf_size) argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
229 char * get_timestamp(char *str, unsigned long buf_size) argument
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp171 char *loc_get_time(char *time_string, size_t buf_size) argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
230 char * get_timestamp(char *str, unsigned long buf_size) argument
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);
/hardware/qcom/gps/utils/
H A Dloc_log.cpp170 char *loc_get_time(char *time_string, unsigned long buf_size) argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
229 char * get_timestamp(char *str, unsigned long buf_size) argument
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h45 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h45 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Dstress_iio.c713 int q[3], i, ind, left_over_size, buf_size; local
780 buf_size = ind - (dptr - data);
783 while ((buf_size > 0) && (!done_flag)) {
789 if (buf_size >= 16) {
797 if (buf_size >= 16) {
805 if (buf_size >= 16) {
814 if (buf_size >= 16) {
822 if (buf_size >= 16) {
830 if (buf_size >= 24) {
841 if (buf_size >
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp141 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
151 buf_size = bufferreq.size;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp155 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
166 buf_size = bufferreq.size;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp155 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
166 buf_size = bufferreq.size;
/hardware/intel/img/psb_headers/DRM/cc54/inc/
H A Ddrm_common_api.h104 uint32_t buf_size);
/hardware/libhardware/include/hardware/
H A Dcamera.h54 typedef camera_memory_t* (*camera_request_memory)(int fd, size_t buf_size, unsigned int num_bufs,

Completed in 1868 milliseconds

1234