Searched defs:size (Results 101 - 125 of 269) sorted by relevance

1234567891011

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp56 #define ASFBINDING_SIZE 1 // size of ASFBINDING is 1 byte
64 int32 GetNAL_Config(uint8** bitstream, int32* size);
259 size of the NAL, and at the same time, updates the remaining size in the bitstream buffer that is passed in */
260 int32 GetNAL_Config(uint8** bitstream, int32* size) argument
268 while (nal_unit[i++] == 0 && i < *size)
278 j = *size;
279 *size = 0;
286 while (i < *size)
301 *size
[all...]
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dtee_client_api.h75 size_t size; member in struct:TEEC_SharedMemory
83 size_t size; member in struct:__anon2266
89 size_t size; member in struct:__anon2267
/hardware/ti/wlan/mac80211/ti-utils/
H A Dini.c30 static char *ini_get_line(char *s, int size, FILE *stream, int *line, argument
35 while (fgets(s, size, stream)) {
36 s[size - 1] = '\0';
120 #define COMPARE_N_ADD(temp, str, val, ptr, size) \
124 for (i = 0; i < size; i++) { \
133 #define DBG_COMPARE_N_ADD(temp, str, val, ptr, size) \
137 for (i = 0; i < size; i++) { \
145 for (i = 0; i < size; i++) { \
153 #define COMPARE_N_ADD2(temp, str, val, ptr, size) \
157 for (i = 0; i < size;
[all...]
H A Dnvs.c34 int size; local
41 size = sizeof(struct wl1271_ini);
47 for (i = 0; i < size; i++) {
52 write(fd, (const void *)p, size);
60 int size; local
63 size = sizeof(struct wl128x_ini);
69 for (i = 0; i < size; i++) {
75 write(fd, p, size);
83 int size; local
95 size
108 int size; local
133 int size; local
158 int size; local
251 read_from_current_nvs(const char *nvs_file, char *buf, int size, int *nvs_sz) argument
282 read_nvs(const char *nvs_file, char *buf, int size, int *nvs_sz) argument
722 int sz=0, size; local
[all...]
/hardware/ti/wpan/ti_st/uim-sysfs/
H A Duim.c92 unsigned int size; local
97 module = (void *)load_file(filename, &size);
101 ret = init_module(module, size, args);
141 int read_hci_event(int fd, unsigned char *buf, int size) argument
152 if (size <= 0)
181 if (buf[2] < (size - 3))
184 remain = size - 3;
635 void *bt_malloc(size_t size) argument
637 return malloc(size);
/hardware/libhardware/include/hardware/
H A Dbt_hh.h121 size_t size; member in struct:__anon228
137 size_t size; member in struct:__anon229
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c317 unsigned int size; local
343 size = tlv[1];
349 if (size != 2 * sizeof(unsigned int)) {
350 while (size > 0) {
352 size -= sizeof(unsigned int);
371 if (size != 2 * sizeof(unsigned int)) {
372 while (size > 0) {
374 size -= sizeof(unsigned int);
695 unsigned int size; local
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp69 mMemInfo[i].size = 0;
122 cache_inv_data.length = mMemInfo[index].size;
158 * DESCRIPTION: return buffer size of the indexed buffer
163 * RETURN : buffer size
170 return (int)mMemInfo[index].size;
231 * DESCRIPTION: allocate requested number of buffers of certain size
235 * @size : lenght of the buffer to be allocated
242 int QCameraMemory::alloc(int count, int size, int heap_id) argument
255 rc = allocOneBuffer(mMemInfo[i], heap_id, size);
284 * DESCRIPTION: impl of allocating one buffers of certain size
295 allocOneBuffer(QCameraMemInfo &memInfo, int heap_id, int size) argument
440 allocate(int count, int size) argument
616 allocate(int count, int size) argument
799 allocate(int count, int size) argument
[all...]
H A DQCameraStream.cpp876 * @size : lenght of the buffer
886 uint32_t size)
891 fd, size);
882 mapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp799 * @size : lenght of the buffer
809 uint32_t size)
814 fd, size);
805 mapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c974 * @size : size of the buffer
983 uint32_t size)
994 rc = mm_camera_map_buf(my_obj, buf_type, fd, size);
1145 * @size : size of the buffer
1158 uint32_t size)
1174 fd, size);
980 mm_camera_intf_map_buf(uint32_t camera_handle, uint8_t buf_type, int fd, uint32_t size) argument
1151 mm_camera_intf_map_stream_buf(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h54 uint32_t size; member in struct:__anon621
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp66 char* appname, uint32_t size);
192 uint32_t size)
220 ion_alloc_data.len = (size + 4095) & (~4095);
264 handle->sbuf_len = size;
191 qcom_km_ION_memalloc(struct qcom_km_ion_info_t *handle, uint32_t size) argument
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp1060 "count min=%d, buffer size=%d",
1555 bool omx_venc::dev_get_seq_hdr(void *buffer, unsigned size, unsigned *hdrlen) argument
1557 return handle->venc_get_seq_hdr(buffer, size, hdrlen);
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h88 * @size: size of the heap in bytes if applicable
99 size_t size; member in struct:ion_platform_heap
133 * size
173 * @len: size of the allocation
291 * @buffer_size - pointer to store the size of the buffer
307 * ion_handle_get_size - get the allocated size of a given handle
310 * @handle - handle to get the size
311 * @size - pointer to store the size
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_vidc.h69 unsigned int size; member in struct:msm_vidc_aspect_ratio_payload
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.c51 OMX_ERRORTYPE Exynos_OMX_Check_SizeVersion(OMX_PTR header, OMX_U32 size) argument
61 if (*((OMX_U32*)header) != size) {
/hardware/samsung_slsi/exynos5/include/
H A DExynosJpegApi.h72 int size[JPEG_MAX_PLANE_CNT]; member in struct:ExynosJpegBase::BUFFER
/hardware/ti/omap3/dspbridge/inc/
H A Dqosregistry.h127 ULONG Size; /* size of data plus this header */
211 UINT size; /* size of memory heap */ member in struct:QOSRESOURCE_MEMORY
215 UINT allocated; /* size of heap in use (not free) */
217 UINT largestfree; /* size of largest contiguous free block */
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dqosregistry.h121 ULONG Size; /* size of data plus this header */
205 UINT size; /* size of memory heap */ member in struct:QOSRESOURCE_MEMORY
209 UINT allocated; /* size of heap in use (not free) */
211 UINT largestfree; /* size of largest contiguous free block */
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_rt.c297 unsigned long size, long n)
311 size,
326 ID, dRate->modulesAndFlags, dRate->size, dRate->tn);
481 unsigned long size = ulSize; local
494 size = size ? 0xBEEFED : 0;
498 /* see if we are tracking this buffer size */
503 me->dRate[i].size == size) break;
533 me->dRate[i].size
295 print_rate_info(FILE *fOut, unsigned long ID, PERF_MODULETYPE modulesAndFlags, unsigned long size, long n) argument
[all...]
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp63 libjpeg_destination_mgr(uint8_t* input, int size);
91 libjpeg_destination_mgr::libjpeg_destination_mgr(uint8_t* input, int size) { argument
97 this->bufsize = size;
413 "dest size:%d \n\t"
/hardware/ti/omap4xxx/camera/inc/
H A DGeneral3A_Settings.h45 int size; member in struct:android::LUTtype
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.c147 unsigned int size; local
152 module = (void *)load_file(filename, &size);
157 ret = init_module(module, size, args);
199 int read_hci_event(int fd, unsigned char *buf, int size) argument
210 if (size <= 0) {
241 if (buf[2] < (size - 3)) {
244 remain = size - 3;
658 void *bt_malloc(size_t size) argument
660 return malloc(size);
/hardware/ti/wpan/tools/kfmapp/
H A Dkfmapp.h119 __u32 size; member in struct:v4l2_ext_control_kfmapp

Completed in 3364 milliseconds

1234567891011