Searched defs:size (Results 176 - 200 of 269) sorted by path

1234567891011

/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/include/
H A Dsrp_api.h45 unsigned int size; member in struct:srp_buf_info
68 int SRP_Get_Ibuf_Info(void **addr, unsigned int *size, unsigned int *num);
69 int SRP_Get_Obuf_Info(void **addr, unsigned int *size, unsigned int *num);
71 int SRP_Get_PCM(void **addr, unsigned int *size);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/src/
H A Dsrp_api.c156 int SRP_Get_PCM(void **addr, unsigned int *size) argument
163 *size = 0;
169 *size = pcm_info.size;
198 int SRP_Get_Ibuf_Info(void **addr, unsigned int *size, unsigned int *num) argument
210 *size = ibuf_info.size;
226 int SRP_Get_Obuf_Info(void **addr, unsigned int *size, unsigned int *num) argument
240 *size = obuf_info.size;
[all...]
/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/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_VdecControl.c721 Exynos_OSAL_Log(EXYNOS_LOG_WARNING, "Input Buffer Full, Check input buffer size! allocSize:%d, dataLen:%d", inputUseBuffer->allocSize, inputUseBuffer->dataLen);
1214 OMX_U32 width, height, size; local
1255 size = (width * height * 3) / 2;
1258 pExynosPort->portDefinition.nBufferSize = (size > pExynosPort->portDefinition.nBufferSize) ? size : pExynosPort->portDefinition.nBufferSize;
1279 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "Color format is not support!! use default YUV size!!");
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c118 static OMX_ERRORTYPE GetCodecOutputPrivateData(OMX_PTR codecBuffer, void *addr[], int size[]) argument
136 if (size != NULL) {
137 size[0] = pCodecBuffer->planes[0].allocSize;
138 size[1] = pCodecBuffer->planes[1].allocSize;
139 size[2] = pCodecBuffer->planes[2].allocSize;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c130 static OMX_ERRORTYPE GetCodecOutputPrivateData(OMX_PTR codecBuffer, void *addr[], int size[]) argument
148 if (size != NULL) {
149 size[0] = pCodecBuffer->planes[0].allocSize;
150 size[1] = pCodecBuffer->planes[1].allocSize;
151 size[2] = pCodecBuffer->planes[2].allocSize;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c71 static OMX_ERRORTYPE GetCodecOutputPrivateData(OMX_PTR codecBuffer, void *addr[], int size[]) argument
89 if (size != NULL) {
90 size[0] = pCodecBuffer->planes[0].allocSize;
91 size[1] = pCodecBuffer->planes[1].allocSize;
92 size[2] = pCodecBuffer->planes[2].allocSize;
114 - 19-bit field - size of the first data partition in bytes
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_VencControl.c672 Exynos_OSAL_Log(EXYNOS_LOG_WARNING, "Input Buffer Full, Check input buffer size! allocSize:%d, dataLen:%d", inputUseBuffer->allocSize, inputUseBuffer->dataLen);
1252 OMX_U32 width, height, size; local
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c152 static OMX_U8 *FindDelimiter(OMX_U8 *pBuffer, OMX_U32 size) argument
156 for (i = 0; i < size - 3; i++) {
292 pH264Param->SliceArgument = 0; /* Slice mb/byte size number */
381 OMX_ERRORTYPE GetCodecInputPrivateData(OMX_PTR codecBuffer, OMX_PTR addr[], OMX_U32 size[]) argument
1986 /* Calculate sps/pps size if needed */
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c509 OMX_ERRORTYPE GetCodecInputPrivateData(OMX_PTR codecBuffer, OMX_PTR addr[], OMX_U32 size[]) argument
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Memory.c39 OMX_PTR Exynos_OSAL_Malloc(OMX_U32 size) argument
44 return (OMX_PTR)malloc(size);
H A DExynos_OSAL_SharedMemory.c139 OMX_PTR Exynos_OSAL_SharedMemory_Alloc(OMX_HANDLETYPE handle, OMX_U32 size, MEMORY_TYPE memoryType) argument
176 IONBuffer = ion_alloc((ion_client)pHandle->hIONHandle, size, 0, mask, flag);
183 pBuffer = ion_map(IONBuffer, size, 0);
194 pElement->allocSize = size;
275 OMX_PTR Exynos_OSAL_SharedMemory_Map(OMX_HANDLETYPE handle, OMX_U32 size, unsigned int ionfd) argument
298 pBuffer = ion_map(IONBuffer, size, 0);
308 pElement->allocSize = size;
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp65 size_t size, int usage, buffer_handle_t* pHandle);
137 size_t size, bpr, alignment = 0; local
172 size = w * h;
182 size = bpr * (h + 2);
184 size = bpr * vstride;
186 size = ALIGN(size, PAGE_SIZE);
194 err = ion_alloc_fd(ionfd, size, alignment, heap_mask, ion_flags,
196 *hnd = new private_handle_t(fd, size, usage, w, h, format, *stride,
206 size_t size; local
[all...]
/hardware/samsung_slsi/exynos5/include/
H A DExynosBuffer.h79 //! Buffer size
83 } size; member in struct:ExynosBuffer
94 size. extS[i] = 0;
106 size. extS[i] = other->size.extS[i];
118 size. extS[i] = other.size.extS[i];
138 && size. extS[0] == other.size.extS[0]
139 && size
[all...]
H A DExynosJpegApi.h72 int size[JPEG_MAX_PLANE_CNT]; member in struct:ExynosJpegBase::BUFFER
H A Dgralloc_priv.h84 int size; member in struct:private_handle_t
109 private_handle_t(int fd, int size, int flags, int w, argument
111 fd(fd), fd1(-1), fd2(-1), magic(sMagic), flags(flags), size(size),
121 private_handle_t(int fd, int fd1, int size, int flags, int w, argument
123 fd(fd), fd1(fd1), fd2(-1), magic(sMagic), flags(flags), size(size),
133 private_handle_t(int fd, int fd1, int fd2, int size, int flags, int w, argument
135 fd(fd), fd1(fd1), fd2(fd2), magic(sMagic), flags(flags), size(size),
[all...]
H A Ds5p_fimc_v4l2.h101 size_t size[3]; member in struct:fimc_buf
132 unsigned int full_width; // Source Image Full Width (Virtual screen size)
133 unsigned int full_height; // Source Image Full Height (Virtual screen size)
H A Dsec_g2d.h227 unsigned int size; member in struct:g2d_dma_info
H A Dvideodev2.h465 __u32 step_width; /* Frame width step size [pixel] */
468 __u32 step_height; /* Frame height step size [pixel] */
472 __u32 index; /* Frame size number */
474 __u32 type; /* Frame size type the device supports. */
476 union { /* Frame size */
496 struct v4l2_fract step; /* Frame interval step size [s] */
585 * @length: size of this plane (NOT the payload) in bytes
635 * @length: size in bytes of the buffer (NOT its payload) for single-plane
797 * @reserved: for future use, rounds structure size to 64 bytes, set to zero
1155 __u32 size; member in struct:v4l2_ext_control
2318 __u32 size; /* register size in bytes */ member in struct:v4l2_dbg_register
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp423 ALOGE("ERR(%s):m_getMemoryCb(m_videoHeap[%d], size(%d) fail", __func__, i, videoFramesize);
431 if (videoBuf.size.extS[j] != 0)
432 videoBuf.virt.extP[j] = videoBuf.virt.extP[j-1] + videoBuf.size.extS[j-1];
451 ALOGE("ERR(%s):m_getMemoryCb(m_resizedVideoHeap[%d], size(%d) fail", __func__, i, orgVideoFrameSize);
627 // preview size
636 // In general, it will show preview max size
641 // When recording, it will show video max size
703 ALOGE("ERR(%s):preview is running, cannot change size and format!", __func__);
720 ALOGV("DEBUG(%s):preview size and format has not changed", __func__);
723 ALOGE("ERR(%s):Invalid preview size(
3396 m_fileDump(char *filename, void *srcBuf, uint32_t size) argument
3482 m_savePostView(const char *fname, uint8_t *buf, uint32_t size) argument
3667 int size = 0; local
[all...]
H A DExynosJpegEncoderForCamera.cpp187 int ExynosJpegEncoderForCamera::setInBuf(char **buf, int *size) argument
197 if (size<=0) {
204 size += JPEG_WA_BUFFER_SIZE;
206 freeJpegIonMemory(m_ionJpegClient, &m_ionJpegInBuffer, &m_pJpegInputBuffer, size);
211 JPEG_ERROR_LOG("[%s]src ion client create failed, value = %d\n", __func__, size);
217 ret = allocJpegIonMemory(m_ionJpegClient, &m_ionJpegInBuffer, &m_pJpegInputBuffer, size);
222 ret = m_jpegMain->setInBuf(&m_pJpegInputBuffer, &size);
227 m_iInBufSize = size;
232 ret = m_jpegMain->setInBuf(buf, size);
242 int ExynosJpegEncoderForCamera::setOutBuf(char *buf, int size) argument
266 encode(int *size, exif_attribute_t *exifInfo) argument
359 makeExif(unsigned char *exifOut, exif_attribute_t *exifInfo, unsigned int *size, bool useMainbufForThumb) argument
806 encodeThumbnail(unsigned int *size, bool useMain) argument
1003 allocJpegIonMemory(ion_client ionClient, ion_buffer *ionBuffer, char **buffer, int size) argument
1031 freeJpegIonMemory(ion_client ionClient, ion_buffer *ionBuffer, char **buffer, int size) argument
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp44 void m_savePostView(const char *fname, uint8_t *buf, uint32_t size) argument
50 ALOGV("opening file [%s], address[%x], size(%d)", fname, (unsigned int)buf, size);
57 ALOGV("writing %d bytes to file [%s]", size, fname);
58 while (written < size) {
59 nw = ::write(fd, buf + written, size - written);
67 ALOGV("done writing %d bytes to file [%s] in %d passes",size, fname, cnt);
176 v4l2_buf.m.planes[i].length = (unsigned long)(node->buffer[index].size.extS[i]);
582 if(m_sensorQ.size() == 0)
597 ALOGV("(%s)m_sensorQ.size
[all...]
H A DExynosJpegEncoderForCamera.cpp181 int ExynosJpegEncoderForCamera::setInBuf(int *buf, char** vBuf, int *size) argument
191 if (size == NULL) {
197 ret = m_jpegMain->setInBuf(buf, size);
203 m_stMainInBuf.iSize[0] = size[0];
209 int ExynosJpegEncoderForCamera::setOutBuf(int buf, char* vBuf, int size) argument
219 if (size<=0) {
224 ret = m_jpegMain->setOutBuf(buf, size);
230 m_stMainOutBuf.iSize[0] = size;
236 int ExynosJpegEncoderForCamera::encode(int *size, exif_attribute_t *exifInfo) argument
313 *size
318 makeExif(unsigned char *exifOut, exif_attribute_t *exifInfo, unsigned int *size, bool useMainbufForThumb) argument
766 encodeThumbnail(unsigned int *size, bool useMain) argument
[all...]
/hardware/samsung_slsi/exynos5/libexynosutils/
H A Dexynos5_format_v4l2.c250 unsigned int size = 0; local
276 size = ALIGN(width, 16) * ALIGN(height, 16);
277 frame_size = size + 2 * ALIGN(width >> 1, 8) * ALIGN(height >> 1, 8);
284 size = ALIGN(ALIGN(width, 16) * ALIGN(height, 16), 2048);
285 frame_size = size + ALIGN(ALIGN(width, 16) * ALIGN(height >> 1, 8), 2048);
320 unsigned int size = 0; local
325 size = width * height;
326 *luma_size = size;
327 *chroma_size = size >> 2;
334 size
[all...]
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c38 * Add size constrain
184 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)",
190 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)",
258 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)",
264 ALOGE("%s::too small size (w : %d < %d) (h : %d < %d)",
1262 unsigned int * size,
1277 size[0] = frame_size << 2;
1286 size[0] = frame_size << 1;
1292 size[0] = (frame_size * 3) >> 1;
1299 size[
1261 get_plane_size(int V4L2_PIX, unsigned int * size, unsigned int frame_size, int src_planes) argument
[all...]

Completed in 383 milliseconds

1234567891011