Searched defs:size (Results 151 - 175 of 575) sorted by relevance

1234567891011>>

/hardware/qcom/msm8x09/kernel-headers/sound/
H A Ddevdep_params.h67 uint32_t size; member in struct:dts_eagle_param_desc
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dmsm_thermal_ioctl.h51 uint32_t size; member in struct:msm_thermal_ioctl
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Ddevdep_params.h64 uint32_t size; member in struct:dts_eagle_param_desc
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_media_info.h34 * X X X X X X X X X X X X X X X X --> Buffer size alignment
40 * Total size = align((Y_Stride * Y_Scanlines
70 * X X X X X X X X X X X X X X X X --> Padding & Buffer size alignment
76 * Total size = align((Y_Stride * Y_Scanlines
126 * X X X X X X X X X X X X X X X X --> Buffer size alignment
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
146 * In the future, calculate the size based on the w/h but just
236 unsigned int uv_alignment = 0, size = 0; local
252 size = y_plane + uv_plane + extra_size;
253 size
[all...]
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_media_info.h34 * X X X X X X X X X X X X X X X X --> Buffer size alignment
40 * Total size = align((Y_Stride * Y_Scanlines
70 * X X X X X X X X X X X X X X X X --> Padding & Buffer size alignment
76 * Total size = align((Y_Stride * Y_Scanlines
126 * X X X X X X X X X X X X X X X X --> Buffer size alignment
134 * Total size = align((2*(Y_Stride * Y_Scanlines)
146 * In the future, calculate the size based on the w/h but just
236 unsigned int uv_alignment = 0, size = 0; local
252 size = y_plane + uv_plane + extra_size;
253 size
[all...]
/hardware/intel/bootstub/
H A Dimr_toc.h9 uint32_t size; member in struct:__anon219
15 imr_toc_entry_t entries[8]; /* pick reasonable size to make gcc happy */
H A Dmb.h57 u32 size; member in struct:__anon228
113 but no size. */
115 u32 size; member in struct:__anon232
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm.c59 extern uint32_t cp_using_dma(uint32_t ddr_addr, uint32_t local_addr, uint32_t size, char to_ddr, char swap);
84 Returns size of persistent DDR memory required for the codec. If the required memory is less than max allocated
85 scratch memory in FW we always give the max scratch size.
87 uint32_t viddec_pm_get_parser_sizes(uint32_t codec_type, viddec_parser_memory_sizes_t *size) argument
89 parser_ops[codec_type].get_cxt_size(size);
90 if(size->context_size > MAX_CODEC_CXT_SIZE)
92 DEB("ERROR: size(%d) of context for codec=%d is greater than max=%d\n",size->context_size,codec_type,MAX_CODEC_CXT_SIZE);
94 size->context_size = sizeof(viddec_pm_cxt_t);
225 /* data left is the leftout size i
240 uint32_t size , ddr_addr = 0, ddr_mask=0; local
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixbufferpool.c382 guint size = g_slist_length(obj->in_use_list); local
383 if (size > obj->high_water_mark)
384 obj->high_water_mark = size;
470 LOG_I( "Free list size is %d\n", g_slist_length(obj->free_list));
471 LOG_I( "In use list size is %d\n", g_slist_length(obj->in_use_list));
H A Dmixsurfacepool.c426 guint size = g_slist_length(obj->in_use_list); local
427 if (size > obj->high_water_mark)
428 obj->high_water_mark = size;
507 guint size = g_slist_length(obj->in_use_list); local
508 if (size > obj->high_water_mark)
509 obj->high_water_mark = size;
639 LOG_I( "Free list size is %d\n", obj->free_list_cur_size);
640 LOG_I( "In use list size is %d\n", g_slist_length(obj->in_use_list));
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderWMV.cpp46 if (buffer->data == NULL || buffer->size == 0) {
52 status = parseBuffer(buffer->data, buffer->size, &data);
97 status = parseBuffer(buffer->data, buffer->size, &data);
119 ITRACE("video size is changed from %dx%d to %dx%d", mVideoFormatInfo.width, mVideoFormatInfo.height,
320 //size
491 ITRACE("updateFormatInfo: current size: %d x %d, new size: %d x %d",
504 // encoded image size
508 ITRACE("Video size is changed.");
554 Decode_Status VideoDecoderWMV::parseBuffer(uint8_t *data, int32_t size, vbp_data_vc argument
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.h57 uint32_t size; //memory size member in struct:__anon480
98 IMB_Result UnSerialize(uint8_t* data, uint32_t size);
99 IMB_Result Serialize(uint8_t* &data, uint32_t& size);
101 //Static, for get max IntelMetadataBuffer size
/hardware/intel/common/libva/va/
H A Dva_fool.c83 * the size is ignored here
86 unsigned int fool_buf_size[VABufferTypeMax]; /* size of memory of fool buffers */
219 unsigned int size, /* in */
225 unsigned int new_size = size * num_elements;
234 fool_ctx->fool_buf_size[type] = size;
250 unsigned int *size, /* out */
263 *size = fool_ctx->fool_buf_size[*type];
297 codedbuf->size = file_stat.st_size;
322 codedbuf->size = file_stat.st_size;
215 va_FoolCreateBuffer( VADisplay dpy, VAContextID __maybe_unused context, VABufferType type, unsigned int size, unsigned int num_elements, void __maybe_unused *data, VABufferID *buf_id ) argument
246 va_FoolBufferInfo( VADisplay dpy, VABufferID buf_id, VABufferType *type, unsigned int *size, unsigned int *num_elements ) argument
/hardware/intel/common/libwsbm/src/
H A Dwsbm_ttmpool.c111 unsigned long size, uint32_t placement, unsigned alignment)
134 arg.req.size = size;
144 dBuf->requestedSize = size;
343 static void* _temp_mmap(void *addr, size_t size, int prot, int flags, int fd, long long offset) argument
345 return __mmap2(addr, size, prot, flags, fd, (unsigned long)(offset >> MMAP2_SHIFT));
518 pool->size = &pool_size;
532 ttm_pool_ub_create(struct _WsbmBufferPool *pool, unsigned long size, uint32_t placement, unsigned alignment, const unsigned long *user_ptr, int fd) argument
555 arg.req.size = size;
110 pool_create(struct _WsbmBufferPool *pool, unsigned long size, uint32_t placement, unsigned alignment) argument
[all...]
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h60 int size; // buffer size (in bytes) member in struct:ISVBuffer::_ufo_buffer_details_t
153 // set mBuffers size
154 status_t setBufferCount(int32_t size);
/hardware/intel/common/utils/ituxd/jni/
H A DthermalJNI.cpp38 static int readFromFile(const char *path, char* buf, size_t size, bool throwError) argument
51 ssize_t count = read(fd, buf, size);
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_video_config_parser.cpp56 #define ASFBINDING_SIZE 1 // size of ASFBINDING is 1 byte
65 int32 GetNAL_Config(uint8** bitstream, int32* size);
244 size of the NAL, and at the same time, updates the remaining size in the bitstream buffer that is passed in */
245 int32 GetNAL_Config(uint8** bitstream, int32* size) argument
253 while (nal_unit[i++] == 0 && i < *size)
263 j = *size;
264 *size = 0;
271 while (i < *size)
286 *size
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.cpp337 unsigned long size)
346 if (!data || !size) {
351 err = drmCommandWriteRead(mDrmFd, cmd, data, size);
361 unsigned long size)
370 if (!data || !size) {
375 err = drmCommandWrite(mDrmFd, cmd, data, size);
386 unsigned long size)
395 if (!data || !size) {
400 err = drmCommandRead(mDrmFd, cmd, data, size);
336 writeReadIoctl(unsigned long cmd, void *data, unsigned long size) argument
360 writeIoctl(unsigned long cmd, void *data, unsigned long size) argument
385 readIoctl(unsigned long cmd, void *data, unsigned long size) argument
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.cpp196 int size = (int)config.size(); local
199 for (int i = 0; i < size; i++) {
206 if (size <= 0 ||
207 (hasCursor && size > 5) ||
208 (!hasCursor && size > 4)) {
209 VTRACE("invalid z order config size %d", size);
215 for (int i = 0; i < size; i++) {
223 for (int i = 0; i < size;
267 int size = (int)config.size(); local
306 int size = (int)config.size(); local
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DRotationBufferProvider.cpp91 if (mTTMWrappers.size()) {
100 for (size_t i = 0; i < mTTMWrappers.size(); i++) {
141 int size = width * height * 3 / 2; // YUV420 NV12 format local
143 bool ret = mWsbm->allocateTTMBuffer(size, allignment, buf);
201 vaSurfaceAttrib->size = (stride * bufferHeight * 3) / 2;
224 /* set src surface width/height to video crop size */
520 int chroma_offset, size; local
536 size = stride * h + stride * h / 2;
542 bool ret = mWsbm->allocateTTMBufferUB(size, 0, &buf, user_pt);
548 if (mTTMWrappers.size() >
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.cpp341 unsigned long size)
350 if (!data || !size) {
355 err = drmCommandWriteRead(mDrmFd, cmd, data, size);
365 unsigned long size)
374 if (!data || !size) {
379 err = drmCommandWrite(mDrmFd, cmd, data, size);
390 unsigned long size)
399 if (!data || !size) {
404 err = drmCommandRead(mDrmFd, cmd, data, size);
442 // FIXME: use default fb size instea
340 writeReadIoctl(unsigned long cmd, void *data, unsigned long size) argument
364 writeIoctl(unsigned long cmd, void *data, unsigned long size) argument
389 readIoctl(unsigned long cmd, void *data, unsigned long size) argument
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.cpp171 int size = (int)config.size(); local
173 if (size == 0 || size > 5) {
174 VLOGTRACE("invalid z order config size %d", size);
180 for (int i = 0; i < size; i++) {
188 for (int i = 0; i < size; i++) {
208 for (int i = 0; i < size; i++) {
232 int size local
271 int size = (int)config.size(); local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DRotationBufferProvider.cpp91 if (mTTMWrappers.size()) {
100 for (size_t i = 0; i < mTTMWrappers.size(); i++) {
141 int size = width * height * 3 / 2; // YUV420 NV12 format local
143 bool ret = mWsbm->allocateTTMBuffer(size, allignment, buf);
200 vaSurfaceAttrib->size = (stride * bufferHeight * 3) / 2;
223 /* set src surface width/height to video crop size */
515 int size; local
527 size = stride * h + stride * h / 2;
533 bool ret = mWsbm->allocateTTMBufferUB(size, 0, &buf, user_pt);
539 if (mTTMWrappers.size() >
[all...]
H A DWsbmWrapper.c158 int psbWsbmAllocateFromUB(uint32_t size, uint32_t align, void ** buf, void *user_pt) argument
163 ALOGTRACE("size %d", align_to(size, 4096));
181 align_to(size, 4096), NULL, NULL, 0,
196 int psbWsbmAllocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) argument
201 ALOGTRACE("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 Dtopazsc_bin.c134 unsigned int size = 0; local
177 /* record the size use bytes */
185 size = topaz_fw_table[iter].header.text_size;
186 fwrite(topaz_fw_table[iter].fw_text, 1, size, fp);
189 size = topaz_fw_table[iter].header.data_size;
190 fwrite(topaz_fw_table[iter].fw_data, 1, size, fp);

Completed in 707 milliseconds

1234567891011>>