HomeSort by relevance Sort by last modified time
    Searched refs:buff_size (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/ti/omap4-aah/camera/inc/
Decoder_libjpeg.h 41 int appendDHT(unsigned char *jpeg_src, int filled_len, unsigned char *jpeg_with_dht_buffer, int buff_size);
  /external/qemu/telephony/
remote_call.c 117 int buff_size; member in struct:RemoteCallRec
132 call->buff_size = (int) sizeof(call->buff0);
171 rcall->buff_size = sizeof(rcall->buff0);
175 end = p + rcall->buff_size;
230 if (msg2len > call->buff_size) {
238 call->buff_size = msg2len;
242 end = p + call->buff_size;
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.c 65 static UMSAudioDevice_ReturnCode UADWriteBuffSize(_THIS, long* buff_size );
66 static UMSAudioDevice_ReturnCode UADWriteBuffRemain(_THIS, long* buff_size );
67 static UMSAudioDevice_ReturnCode UADWriteBuffUsed(_THIS, long* buff_size );
422 static UMSAudioDevice_ReturnCode UADWriteBuffSize(_THIS, long* buff_size )
429 buff_size );
432 static UMSAudioDevice_ReturnCode UADWriteBuffRemain(_THIS, long* buff_size )
440 buff_size );
443 static UMSAudioDevice_ReturnCode UADWriteBuffUsed(_THIS, long* buff_size )
451 buff_size );
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.h 64 uint32_t buff_size,
mm_omx_jpeg_encoder.h 70 uint32_t buff_size, void* user_data);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 84 uptr *buff_size, uptr max_len) {
89 *buff_size = 0;
95 UnmapOrDie(*buff, *buff_size);
97 *buff_size = size;
sanitizer_posix.cc 197 void *MapFileToMemory(const char *file_name, uptr *buff_size) {
204 *buff_size = RoundUpTo(fsize, GetPageSizeCached());
205 uptr map = internal_mmap(0, *buff_size, PROT_READ, MAP_PRIVATE, fd, 0);
sanitizer_common.h 160 // The size of the mmaped region is stored in '*buff_size',
163 uptr *buff_size, uptr max_len);
166 // in '*buff_size'.
167 void *MapFileToMemory(const char *file_name, uptr *buff_size);
sanitizer_win.cc 136 void *MapFileToMemory(const char *file_name, uptr *buff_size) {
sanitizer_linux.cc 368 uptr buff_size = 0; local
370 ReadFileToBuffer(path, &buff, &buff_size, 1024 * 1024);
  /external/libcxx/include/support/ibm/
xlocale.h 305 const size_t buff_size = 256; local
307 if ((*strp = (char *)malloc(buff_size)) == NULL)
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 305 const size_t buff_size = 256; local
307 if ((*strp = (char *)malloc(buff_size)) == NULL)
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 305 const size_t buff_size = 256; local
307 if ((*strp = (char *)malloc(buff_size)) == NULL)
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 145 UINT8 buffer_size = p_cb->buff_size;
775 UINT8 buff_size, num_buff; local
789 buff_size = *p++;
809 if (buff_size > NCI_ISO_DEP_MAX_INFO)
810 buff_size = NCI_ISO_DEP_MAX_INFO;
903 if (buff_size > NCI_NFC_DEP_MAX_DATA)
904 buff_size = NCI_NFC_DEP_MAX_DATA;
    [all...]
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 169 int Decoder_libjpeg::appendDHT(unsigned char *jpeg_src, int filled_len, unsigned char *jpeg_with_dht_buffer, int buff_size)
174 if (len > buff_size) {
175 CAMHAL_LOGEA("\n\n\n Buffer size too small. filled_len=%d, buff_size=%d, sizeof(jpeg_odml_dht)=%d\n\n\n", filled_len, buff_size, sizeof(jpeg_odml_dht));
  /external/srec/srec/include/
front.h 87 int buff_size; member in struct:__anon34819
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 115 UINT8 buff_size; /* the max buffer size for this connection. . */ member in struct:__anon28167
  /external/srec/srec/cfront/
frontobj.c 174 channel->buff_size = freqobj->window_length + 1;
240 channel->buff_size = 0;
256 memset(channel->prebuff, 0x00, channel->buff_size * sizeof(fftdata));
257 memset(channel->prerefbuff, 0x00, channel->buff_size * sizeof(fftdata));
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp     [all...]
video_encoder_device.cpp 340 unsigned long *buff_size,
506 unsigned long *buff_size,
529 *buff_size = m_sInput_buff_property.datasize;
542 *buff_size = m_sOutput_buff_property.datasize;
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 380 UINT8 buff_size; /* Connection buffer size */ member in struct:__anon28005
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp     [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 673 nfa_hci_cb.buff_size = p_data->conn_create.buff_size;
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 1099 void saveFile(unsigned char* buff, int buff_size)
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 308 UINT8 buff_size; /* The max buffer size */ member in struct:__anon28096
    [all...]

Completed in 1412 milliseconds

1 2