HomeSort by relevance Sort by last modified time
    Searched defs:bytes_written (Results 126 - 138 of 138) sorted by null

1 2 3 4 56

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 1109 int bytes_written = 0; local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 530 int bytes_written; local
554 bytes_written = pcm->sync_ptr->c.control.appl_ptr - pcm->sync_ptr->s.status.hw_ptr;
555 if ((bytes_written >= pcm->sw_p->start_threshold) && (!pcm->start)) {
  /external/e2fsprogs/e2fsck/
e2fsck.h 139 unsigned long long bytes_written; member in struct:resource_track
  /external/qemu/
vnc-android.c 621 int old_offset, new_offset, bytes_written; local
632 bytes_written = vnc_zlib_stop(vs, 0);
634 if (bytes_written == -1)
640 vnc_write_u32(vs, bytes_written);
    [all...]
vnc.c 615 int old_offset, new_offset, bytes_written; local
626 bytes_written = vnc_zlib_stop(vs, 0);
628 if (bytes_written == -1)
634 vnc_write_u32(vs, bytes_written);
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 1809 int bytes_written = file_util::WriteFile(image_path_, local
    [all...]
  /external/chromium_org/net/quic/
quic_protocol.h 951 int bytes_written; \/\/ only valid when status is OK member in union:net::WriteResult::__anon12029
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 621 int canDisplay = 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0; local
731 bytes_written = fwrite((const char *)pBuffer->pBuffer,
733 if (bytes_written < 0) {
738 bytes_written);
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 399 FLAC__uint64 bytes_written; member in struct:FLAC__StreamEncoderPrivate
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 143 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
5912 int bytes_written = 0; local
    [all...]
omx_vdec_msm8974.cpp 142 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
6304 int bytes_written = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 699 int canDisplay = 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0; local
815 bytes_written = fwrite(temp, crop_rect.nWidth, 1, outputBufferFile);
822 bytes_written += fwrite(temp, crop_rect.nWidth, 1, outputBufferFile);
826 bytes_written = fwrite((const char *)pBuffer->pBuffer,
829 if (bytes_written < 0) {
833 bytes_written);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 263 milliseconds

1 2 3 4 56