Searched refs:bytes (Results 51 - 75 of 186) sorted by relevance

12345678

/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
H A Dcore.h143 int bytes, void *dest, bool interface_reg);
145 int bytes, void *src, bool interface_reg);
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Diio.h39 unsigned int bytes; member in struct:__anon212
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dcopymem8x4_v6.asm78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
H A Dcopymem8x8_v6.asm78 ;copy 4 bytes each time
103 ;copy 8 bytes each time
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm61 sel r7, r6, lr ; select bytes with positive difference
64 sel r6, r6, lr ; select bytes with negative difference
103 sel r7, r6, lr ; select bytes with positive difference
105 sel r6, r6, lr ; select bytes with negative difference
145 sel r7, r6, lr ; select bytes with positive difference
147 sel r6, r6, lr ; select bytes with negative difference
186 sel r7, r6, lr ; select bytes with positive difference
189 sel r6, r6, lr ; select bytes with negative difference
H A Dcopymem16x16_v6.asm99 ;copy 4 bytes each time
132 ;copy 8 bytes each time
160 ;copy 16 bytes each time
/hardware/qcom/audio/hal/audio_extn/
H A Dsoundtrigger.c126 size_t bytes)
148 event.u.aud_info.num_bytes = bytes;
156 memset(buffer, 0, bytes);
158 usleep((bytes * 1000000) / (audio_stream_in_frame_size((struct audio_stream_in *)in) *
125 audio_extn_sound_trigger_read(struct stream_in *in, void *buffer, size_t bytes) argument
/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Daudio_extn.h158 #define audio_extn_ssr_read(stream, buffer, bytes) (0)
165 void *buffer, size_t bytes);
267 #define audio_extn_compr_cap_read(in, buffer, bytes) (0)
276 void *buffer, size_t bytes);
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp140 int bytes; local
163 bytes = sprintf(buffer, "%lld", ns);
164 err = write_sys_attribute(input_sysfs_path, buffer, bytes);
/hardware/bsp/intel/peripheral/libmraa/src/iio/
H A Diio.c131 chan->bytes = padint / 8;
132 if (curr_bytes % chan->bytes == 0) {
135 chan->location = curr_bytes - curr_bytes % chan->bytes + chan->bytes;
137 curr_bytes = chan->location + chan->bytes;
167 dev->datasize += chan->bytes;
629 dev->datasize += chan->bytes;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h208 OMX_U32 bytes
335 OMX_U32 bytes,
462 OMX_U32 bytes);
467 OMX_U32 bytes);
472 OMX_U32 bytes);
478 OMX_U32 bytes,
485 OMX_U32 bytes,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h211 OMX_U32 bytes
340 OMX_U32 bytes,
471 OMX_U32 bytes);
476 OMX_U32 bytes);
481 OMX_U32 bytes);
487 OMX_U32 bytes,
494 OMX_U32 bytes,
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c116 size_t conversion_buffer_size; /* in bytes */
142 size_t conversion_buffer_size; /* in bytes */
488 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, size_t bytes) argument
506 int num_write_buff_bytes = bytes;
512 bytes * num_device_channels / num_req_channels;
534 return bytes;
539 usleep(bytes * 1000000 / audio_stream_out_frame_size(stream) /
543 return bytes;
883 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, size_t bytes) argument
907 * number of bytes i
[all...]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dssd1306.h124 * explanation of how pixels are mapped to bytes
127 * @param bytes Number of bytes to read from the pointer
130 mraa::Result draw(uint8_t* data, int bytes);
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c565 size_t bytes)
572 ALOGV("%s enter for bytes = %d channels = %d",__func__,bytes, out->pcm_config.channels);
599 dstbuff = (int32_t*)malloc(bytes* 2);
607 memset(dstbuff,0,bytes * 2);
609 outbytes = make_sinkcompliant_buffers((void*)buffer, (void*)dstbuff,bytes);
616 ret = pcm_write(out->pcm, (void *)buffer, bytes);
618 ALOGV("pcm_write: %s done for %d input bytes, output bytes = %d ", pcm_get_error(out->pcm),bytes,outbyte
564 out_write(struct audio_stream_out *stream, const void* buffer, size_t bytes) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm95 ;# input to filter is 9 bytes wide, output is 8 bytes.
111 ;# input to filter is 21 bytes wide, output is 16 bytes.
462 ;# input to filter is 21 bytes wide, output is 16 bytes.
502 ;# input to filter is 21 bytes wide, output is 16 bytes.
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c103 size_t conversion_buffer_size; /* in bytes */
129 size_t conversion_buffer_size; /* in bytes */
381 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, size_t bytes) argument
399 int num_write_buff_bytes = bytes;
405 bytes * num_device_channels / num_req_channels;
427 return bytes;
432 usleep(bytes * 1000000 / audio_stream_out_frame_size(stream) /
436 return bytes;
780 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, size_t bytes) argument
804 * number of bytes i
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.cpp233 ssize_t AudioStreamOutGeneric::write(const void* buffer, size_t bytes) argument
236 return ssize_t(::write(mFd, buffer, bytes));
343 ssize_t AudioStreamInGeneric::read(void* buffer, ssize_t bytes) argument
350 return ::read(mFd, buffer, bytes);
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp253 OMX_IN OMX_U32 bytes,
266 bytes,
279 OMX_IN OMX_U32 bytes)
288 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
249 qc_omx_component_use_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
275 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.cpp254 OMX_IN OMX_U32 bytes,
267 bytes,
280 OMX_IN OMX_U32 bytes)
289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
250 qc_omx_component_use_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
276 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.cpp254 OMX_IN OMX_U32 bytes,
267 bytes,
280 OMX_IN OMX_U32 bytes)
289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
250 qc_omx_component_use_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
276 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc_swvdec.h329 OMX_U32 bytes
421 OMX_U32 bytes,
429 OMX_U32 bytes,
613 OMX_U32 bytes);
620 OMX_U32 bytes);
625 OMX_U32 bytes);
630 OMX_U32 bytes,
686 OMX_ERRORTYPE allocate_interm_buffer(OMX_IN OMX_U32 bytes);
1035 OMX_U32 bytes);
/hardware/ti/omap4-aah/camera/inc/
H A DANativeWindowDisplayAdapter.h80 virtual CameraBuffer * allocateBufferList(int width, int height, const char* format, int &bytes, int numBufs);
/hardware/ti/omap4xxx/camera/inc/
H A DANativeWindowDisplayAdapter.h83 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
/hardware/intel/bootstub/
H A Dbootstub.mk50 echo "$<: $$ACTUAL_SIZE exceeds size limit of $(BOOTSTUB_SIZE) bytes, aborting."; \

Completed in 1400 milliseconds

12345678