HomeSort by relevance Sort by last modified time
    Searched refs:buff_size (Results 1 - 25 of 36) 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/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 191 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
193 uptr res = internal_read(fd, buff, buff_size);
201 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
203 uptr res = internal_write(fd, buff, buff_size);
216 void *MapFileToMemory(const char *file_name, uptr *buff_size) {
222 *buff_size = RoundUpTo(fsize, GetPageSizeCached());
223 uptr map = internal_mmap(nullptr, *buff_size, PROT_READ, MAP_PRIVATE, fd, 0);
sanitizer_common.cc 186 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size,
191 *buff_size = 0;
197 UnmapOrDie(*buff, *buff_size);
199 *buff_size = size;
206 UnmapOrDie(*buff, *buff_size);
sanitizer_win.cc 166 void *MapFileToMemory(const char *file_name, uptr *buff_size) {
487 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
495 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr);
508 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
533 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) {
sanitizer_common.h 227 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size,
229 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
246 // The size of the mmaped region is stored in '*buff_size'.
249 bool ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size,
254 // in '*buff_size'.
255 void *MapFileToMemory(const char *file_name, uptr *buff_size);
sanitizer_linux.cc 406 uptr buff_size; local
409 if (!ReadFileToBuffer(path, &buff, &buff_size, &buff_len, 1024 * 1024)) {
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
hwdep_cal.c 52 int buff_size; member in struct:param_data
101 calib.buff = malloc(calib.buff_size);
  /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/current/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 146 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/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_swvenc_mpeg4.h 151 OMX_U32 *buff_size,
  /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));
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp     [all...]
omx_swvenc_mpeg4.cpp     [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 124 UINT8 buff_size; /* the max buffer size for this connection. . */ member in struct:__anon16529
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp     [all...]
video_encoder_device.cpp 340 OMX_U32 *buff_size,
506 OMX_U32 *buff_size,
529 *buff_size = m_sInput_buff_property.datasize;
542 *buff_size = m_sOutput_buff_property.datasize;
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 805 int buff_size; local
812 buff_size = h_sbrFastTransientDetector->nTimeSlots + h_sbrFastTransientDetector->lookahead;
814 for(i=0; i< buff_size; i++) {
    [all...]
  /external/libavc/test/encoder/
main.c 1462 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; local
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 380 UINT8 buff_size; /* Connection buffer size */ member in struct:__anon16366
  /hardware/qcom/media/msm8974/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 311 UINT8 buff_size; /* The max buffer size */ member in struct:__anon16457
    [all...]

Completed in 1667 milliseconds

1 2