Searched refs:bytes (Results 26 - 50 of 133) sorted by relevance

123456

/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h320 size_t bytes; local
323 bytes = fwrite(
326 if (bytes != img.width) {
344 bytes = fwrite(reinterpret_cast<const char*>(px),
346 if (bytes != img.width / 2) {
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h273 OMX_U32 bytes
365 OMX_U32 bytes,
373 OMX_U32 bytes,
533 OMX_U32 bytes);
540 OMX_U32 bytes);
545 OMX_U32 bytes);
550 OMX_U32 bytes,
847 OMX_U32 bytes);
850 OMX_U32 bytes, OMX_U8 *buffer);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamOutALSA.cpp110 ssize_t AudioStreamOutALSA::write(const void *buffer, size_t bytes) argument
115 ALOGV("write:: buffer %p, bytes %d", buffer, bytes);
121 int write_pending = bytes;
200 return bytes;
268 return bytes;
280 } while ((mHandle->handle||(mHandle->rxHandle && mParent->mVoipStreamCount)) && sent < bytes);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance8x8_armv6.asm43 sel r10, r8, lr ; select bytes with positive difference
46 sel r8, r9, lr ; select bytes with negative difference
68 sel r10, r8, lr ; select bytes with positive difference
71 sel r8, r9, lr ; select bytes with negative difference
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/libhardware_legacy/audio/
H A DAudioHardwareGeneric.h56 virtual ssize_t write(const void* buffer, size_t bytes);
89 virtual ssize_t read(void* buffer, ssize_t bytes);
H A DAudioHardwareStub.h39 virtual ssize_t write(const void* buffer, size_t bytes);
55 virtual ssize_t read(void* buffer, ssize_t bytes);
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/mm-core/omxcore/src/common/
H A Domx_core_cmp.h110 OMX_IN OMX_U32 bytes,
120 OMX_IN OMX_U32 bytes);
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/mm-core/src/common/
H A Domx_core_cmp.h110 OMX_IN OMX_U32 bytes,
120 OMX_IN OMX_U32 bytes);
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/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h275 OMX_U32 bytes
367 OMX_U32 bytes,
375 OMX_U32 bytes,
530 OMX_U32 bytes);
537 OMX_U32 bytes);
542 OMX_U32 bytes);
547 OMX_U32 bytes,
880 OMX_U32 bytes);
/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/intel/bootstub/
H A DAndroid.mk51 echo "$(bootstub_bin): $$ACTUAL_SIZE exceeds size limit of $(BOOTSTUB_SIZE) bytes, aborting."; \
99 echo "$(bootstub_aosp_bin): $$ACTUAL_SIZE exceeds size limit of $(BOOTSTUB_SIZE) bytes, aborting."; \
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp139 int bytes; local
162 bytes = sprintf(buffer, "%lld", ns);
163 err = write_sys_attribute(input_sysfs_path, buffer, bytes);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h204 OMX_U32 bytes
331 OMX_U32 bytes,
458 OMX_U32 bytes);
463 OMX_U32 bytes);
468 OMX_U32 bytes);
474 OMX_U32 bytes,
481 OMX_U32 bytes,
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c582 size_t bytes)
589 ALOGV("%s enter for bytes = %d channels = %d",__func__,bytes, out->pcm_config.channels);
616 dstbuff = (int32_t*)malloc(bytes* 2);
624 memset(dstbuff,0,bytes * 2);
626 outbytes = make_sinkcompliant_buffers((void*)buffer, (void*)dstbuff,bytes);
633 ret = pcm_write(out->pcm, (void *)buffer, bytes);
635 ALOGV("pcm_write: %s done for %d input bytes, output bytes = %d ", pcm_get_error(out->pcm),bytes,outbyte
581 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_hw.c93 size_t conversion_buffer_size; /* in bytes */
116 size_t conversion_buffer_size; /* in bytes */
142 /* we need 2 bytes in the output for every 3 bytes in the input */
152 /* return number of *bytes* generated: */
183 /* return number of *bytes* generated: */
391 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, size_t bytes) argument
410 int num_write_buff_bytes = bytes;
416 bytes * num_device_channels / num_req_channels;
438 return bytes;
773 in_read(struct audio_stream_in *stream, void* buffer, size_t bytes) argument
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.h129 void hexdump(char *bytes, u16 len);
/hardware/ti/omap4-aah/camera/inc/
H A DANativeWindowDisplayAdapter.h80 virtual CameraBuffer * allocateBufferList(int width, int height, const char* format, int &bytes, int numBufs);

Completed in 2694 milliseconds

123456