/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/ |
H A D | vidc_vendor_extensions.h | 121 return (OMX_U32)mParams.size(); 207 return index < mExt.size() ? mExt[index] : mInvalid; 209 OMX_U32 size() const { function in struct:VendorExtensionStore 210 return mExt.size();
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
H A D | viddec_pm_utils_bstream.h | 28 uint32_t size;/* Total number of bytes in current buffer */ member in struct:__anon370
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
H A D | utils.c | 11 /* NOTE: we are inventing memcpy since we don't want to include string libs as part of FW Due to size limitations*/ 65 /* NOTE: we are inventing memset since we don't want to include string libs as part of FW Due to size limitations*/ 112 * [in] size : No of bytes to transfer. 120 uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) argument 122 uint32_t val=0, wrote = size; 136 /* If size > 64 use 128 byte burst speed */ 159 * [in] size : No of bytes to transfer. 167 uint32_t cp_using_dma_phys(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap) argument 169 uint32_t val=0, wrote = size; 183 /* If size > 6 [all...] |
/hardware/intel/common/libmix/mix_video/src/ |
H A D | mixbuffer.c | 44 self->size = 0; 126 this_target->size = this_src->size; 160 if (this_first->data == this_second->data && this_first->size 161 == this_second->size && this_first->token == this_second->token 180 MIX_RESULT mix_buffer_set_data(MixBuffer * obj, guchar *data, guint size, argument 185 obj->size = size;
|
/hardware/intel/common/libstagefrighthw/ |
H A D | WrsOMXPlugin.cpp | 108 for (OMX_U32 i = 0; i < mCores.size(); i++) { 123 for (OMX_U32 i = 0; i < mCores.size(); i++) { 153 for (OMX_U32 i = 0; i < mComponents.size(); i++) { 168 size_t size, 172 for (OMX_U32 i = 0; i < mCores.size(); i++) { 176 if (relativeIndex < mCores[i]->mNumComponents) return ((*(mCores[i]->mComponentNameEnum))(name, size, relativeIndex)); 186 for (OMX_U32 j = 0; j < mCores.size(); j++) { 166 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
|
/hardware/intel/common/libwsbm/src/ |
H A D | wsbm_mm.c | 65 return entry->size; 69 wsbmMMRemoveSpaceFromTail(struct _WsbmMM *mm, unsigned long size) argument 80 if (entry->size <= size) 83 entry->size -= size; 89 unsigned long start, unsigned long size) 98 child->size = size; 109 wsbmMMSplitAtStart(struct _WsbmMMNode *parent, unsigned long size) argument 88 wsbmMMCreateTailNode(struct _WsbmMM *mm, unsigned long start, unsigned long size) argument 133 wsbmMMGetBlock(struct _WsbmMMNode *parent, unsigned long size, unsigned alignment) argument 215 wsbmMMSearchFree(const struct _WsbmMM *mm, unsigned long size, unsigned alignment, int best_match) argument 265 wsbmMMinit(struct _WsbmMM *mm, unsigned long start, unsigned long size) argument [all...] |
H A D | wsbm_pool.h | 66 unsigned long (*size) (struct _WsbmBufStorage * buf); member in struct:_WsbmBufferPool 69 unsigned long size, 128 * Kernel buffer objects. Size in multiples of page size. Page size aligned.
|
/hardware/intel/common/omx-components/videocodec/ |
H A D | ProtectedDataBuffer.h | 28 // NOTE: this size takes into account the space used by DRM 81 // this offset must be divisible by 16 (AES block size). This is to allow 126 uint32_t size ; member in struct:ProtectedDataBuffer_tag 160 buf->size = 0 ;
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
H A D | LogDumpHelper.h | 58 static void DumpBufferToString(char* str, uint32_t strSize, const uint8_t* start, uint32_t size) argument 60 if (str == NULL || strSize == 0 || start == NULL || size == 0) 70 const uint8_t* end = start + size ; 80 static void DumpNaluDataBuffer(uint32_t nalu, const uint8_t* start, uint32_t size) argument 82 if (start == NULL || size == 0) 91 DumpBufferToString(str, STR_SIZE, start, size) ; 97 static void DumpBuffer(const char* prefix, const uint8_t* start, uint32_t size) argument 99 if (start == NULL || size == 0) 113 DumpBufferToString(str, STR_SIZE, start, size) ; 115 LOGV("%s: ptr=%p, size 119 DumpNaluHeaderBuffer(const uint8_t* const start, uint32_t size) argument 195 DumpBuffer2(const char* prefix, const uint8_t* start, uint32_t size) argument [all...] |
/hardware/intel/common/utils/ISV/base/ |
H A D | isv_bufmanager.cpp | 158 ALOGD_IF(ISV_BUFFER_MANAGER_DEBUG, "%s: clear isv buffer %p finished, buffer size %d", __func__, this, buffer_size); 165 status_t ISVBufferManager::setBufferCount(int32_t size) argument 170 ALOGE("%s: the buffer queue should be empty before we set its size", __func__); 174 mBuffers.setCapacity(size); 182 for (uint32_t i = 0; i < mBuffers.size(); i++) { 187 ALOGD_IF(ISV_BUFFER_MANAGER_DEBUG, "%s: remove handle 0x%08lx, and then mBuffers.size() %d", __func__, 188 handle, mBuffers.size()); 200 if (handle == 0 || mBuffers.size() >= mBuffers.capacity()) 203 for (uint32_t i = 0; i < mBuffers.size(); i++) { 216 "%s: add handle 0x%08lx, and then mBuffers.size() [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
H A D | WsbmWrapper.c | 156 int psbWsbmAllocateFromUB(uint32_t size, uint32_t align, void ** buf, void *user_pt) argument 162 ATRACE("size %d", align_to(size, 4096)); 180 align_to(size, 4096), NULL, NULL, 0, 195 int psbWsbmAllocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) argument 201 ATRACE("size %d", align_to(size, 4096)); 218 ret = wsbmBOData(wsbmBuf, align_to(size, 4096), NULL, NULL, 0); 289 int psbWsbmCreateFromUB(void *buf, uint32_t size, void *vaddr) argument 300 ret = wsbmBODataUB(wsbmBuf, size, NUL [all...] |
/hardware/intel/img/psb_video/fw/topazsc/ |
H A D | topaz_bin.c | 84 unsigned int size = 0; local 228 /* record the size use bytes */ 236 size = topaz_fw_table[iter].header.text_size; 237 fwrite(topaz_fw_table[iter].fw_text, 1, size, fp); 240 size = topaz_fw_table[iter].header.data_size; 241 fwrite(topaz_fw_table[iter].fw_data, 1, size, fp);
|
/hardware/intel/img/psb_video/src/mrst/ |
H A D | lnc_cmdbuf.h | 49 unsigned int size; member in struct:lnc_cmdbuf_s 157 #define lnc_cmdbuf_insert_command(cmdbuf,cmdhdr,size,hint) \ 158 do { *cmdbuf->cmd_idx++ = ((cmdhdr) << 1) | ((size)<<8) | ((hint)<<16); } while(0)
|
/hardware/intel/img/psb_video/src/ |
H A D | psb_surface.c | 93 psb_surface->size = (psb_surface->stride * height * 3) / 2; 101 psb_surface->size = psb_surface->stride * height; 138 psb_surface->size = psb_surface->stride * height * 2; 145 psb_surface->size = psb_surface->stride * height * 4; 152 ret = psb_buffer_create(driver_data, psb_surface->size, buffer_type, &psb_surface->buf); 162 unsigned size, /* total buffer size need to be allocated */ 184 psb_surface->size = size; 188 ret = psb_buffer_create(driver_data, psb_surface->size, psb_bt_cpu_vpu_share 159 psb_surface_create_for_userptr( psb_driver_data_p driver_data, int width, int height, unsigned size, unsigned int __maybe_unused fourcc, unsigned int luma_stride, unsigned int __maybe_unused chroma_u_stride, unsigned int __maybe_unused chroma_v_stride, unsigned int luma_offset, unsigned int chroma_u_offset, unsigned int __maybe_unused chroma_v_offset, psb_surface_p psb_surface ) argument 193 psb_surface_create_from_kbuf( psb_driver_data_p driver_data, int width, int height, unsigned size, unsigned int __maybe_unused fourcc, int __maybe_unused kbuf_handle, unsigned int luma_stride, unsigned int __maybe_unused chroma_u_stride, unsigned int __maybe_unused chroma_v_stride, unsigned int __maybe_unused luma_offset, unsigned int chroma_u_offset, unsigned int __maybe_unused chroma_v_offset, psb_surface_p psb_surface ) argument 247 psb_surface_create_camera(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs ) argument 286 psb_surface_create_camera_from_ub(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs, const unsigned long *user_ptr) argument [all...] |
H A D | psb_surface.h | 75 int size; member in struct:psb_surface_s
|
H A D | vsp_cmdbuf.h | 39 unsigned int size; member in struct:vsp_cmdbuf_s 81 * size 88 #define vsp_cmdbuf_insert_command(cmdbuf,context_id, ref_buf,type,offset,size) \ 91 *cmdbuf->cmd_idx++ = size; *cmdbuf->cmd_idx++ = 0;\ 101 #define vsp_cmdbuf_vpp_context(cmdbuf, type, buffer, size) \ 105 *cmdbuf->cmd_idx++ = size; \
|
/hardware/interfaces/broadcastradio/1.0/default/ |
H A D | Utils.cpp | 203 halConfig->num_spacings = config->spacings.size(); 256 size_t size; local 257 if (radio_metadata_get_at_index(halMetadata, i , &key, &type, &value, &size) != 0 || 258 size == 0) { 269 newMetadata[outCount].rawValue.setToExternal(static_cast<uint8_t *>(value), size); local 271 newMetadata[outCount].rawValue.resize(size);
|
/hardware/interfaces/broadcastradio/1.1/default/ |
H A D | Utils.cpp | 205 halConfig->num_spacings = config->spacings.size(); 260 size_t size; local 261 if (radio_metadata_get_at_index(halMetadata, i , &key, &type, &value, &size) != 0 || 262 size == 0) { 273 newMetadata[outCount].rawValue.setToExternal(static_cast<uint8_t *>(value), size); local 275 newMetadata[outCount].rawValue.resize(size);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | storage_manager.c | 38 long size; member in struct:data_header_t 65 * @param[in] size The size in bytes of the amount of data you want loaded and saved. 71 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) 86 ds.hd[ds.num].size = size; 89 ds.total_size += size + sizeof(struct data_header_t); 95 /** Returns the memory size needed to perform a store 96 * @param[out] size Size in bytes of memory needed to store. 99 inv_error_t inv_get_mpl_state_size(size_t *size) argument 70 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | storage_manager.c | 38 long size; member in struct:data_header_t 65 * @param[in] size The size in bytes of the amount of data you want loaded and saved. 71 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) 86 ds.hd[ds.num].size = size; 89 ds.total_size += size + sizeof(struct data_header_t); 95 /** Returns the memory size needed to perform a store 96 * @param[out] size Size in bytes of memory needed to store. 99 inv_error_t inv_get_mpl_state_size(size_t *size) argument 70 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument [all...] |
/hardware/libhardware/modules/camera/3_0/ |
H A D | Metadata.cpp | 137 size_t size = calculate_camera_metadata_entry_data_size(tag_type, count); local 141 data_capacity = size; 144 data_capacity = get_camera_metadata_data_count(mData) + size;
|
/hardware/libhardware/modules/gralloc/ |
H A D | gralloc_priv.h | 74 int size; member in struct:private_handle_t 88 private_handle_t(int fd, int size, int flags) : argument 89 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
|
/hardware/libhardware/modules/radio/ |
H A D | radio_hal_tool.c | 134 size_t size; local 136 radio_metadata_get_at_index(info.metadata, i, &key, &type, &value, &size);
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
H A D | HidRawDevice.cpp | 73 if (reportIdSet.size() > 1) { 80 } else { // reportIdSet.size() == 1 151 reportDescriptor.size = descriptorSize; 175 return mDigestVector.size() > 0; 197 size_t size = packet->getByteSize() + 1; // report id size local 200 if (mIoBuffer.size() < size) { 201 mIoBuffer.resize(size); 204 int res = ::ioctl(mDevFd, HIDIOCGFEATURE(size), mIoBuffe 236 size_t size = packet->getByteSize(); local 270 size_t size = packet->getByteSize(); local [all...] |
/hardware/libhardware/modules/thermal/ |
H A D | thermal.c | 39 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { argument 68 if (list != NULL && idx < size) { 92 size_t size = 0; local 146 list[size] = (cpu_usage_t) { 154 size++; 158 return size; 161 static ssize_t get_cooling_devices(thermal_module_t *module, cooling_device_t *list, size_t size) { argument
|