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

1 2 3 4 5 67

  /external/qemu/ui/
vnc-android.c 623 int old_offset, new_offset, bytes_written; local
634 bytes_written = vnc_zlib_stop(vs, 0);
636 if (bytes_written == -1)
642 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1816 const uint64 bytes_written = WriteVoidElement(writer, size_left); local
1833 const uint64 bytes_written = WriteVoidElement(writer, size + entry_size); local
    [all...]
  /external/lldb/source/Core/
ValueObject.cpp 1037 size_t bytes_written = process->WriteMemory(target_addr, local
1835 size_t bytes_written = process->WriteScalarToMemory (target_addr, local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 617 int canDisplay = 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0; local
727 bytes_written = fwrite((const char *)pBuffer->pBuffer,
729 if (bytes_written < 0) {
734 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 152 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
5936 int bytes_written = 0; local
    [all...]
omx_vdec_hevc_swvdec.cpp 141 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
1664 int bytes_written = 0; local
7228 int bytes_written = 0; local
    [all...]
omx_vdec_msm8974.cpp 147 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
1430 int bytes_written = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 739 int canDisplay = 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0; local
847 bytes_written = 0;
865 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile);
874 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile)
    [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 432 milliseconds

1 2 3 4 5 67