Home
last modified time | relevance | path

Searched refs:can_write (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2ringbuffer.cpp568 guint32 can_write; in gst_wasapi2_ring_buffer_write() local
598 can_write = self->buffer_size - padding_frames; in gst_wasapi2_ring_buffer_write()
599 can_write_bytes = can_write * GST_AUDIO_INFO_BPF (&ringbuffer->spec.info); in gst_wasapi2_ring_buffer_write()
601 GST_INFO_OBJECT (self, "Pre-fill %d frames with silence", can_write); in gst_wasapi2_ring_buffer_write()
603 hr = render_client->GetBuffer (can_write, &data); in gst_wasapi2_ring_buffer_write()
607 hr = render_client->ReleaseBuffer (can_write, AUDCLNT_BUFFERFLAGS_SILENT); in gst_wasapi2_ring_buffer_write()
612 can_write, self->write_frame_offset); in gst_wasapi2_ring_buffer_write()
613 self->write_frame_offset += can_write; in gst_wasapi2_ring_buffer_write()
623 hr = render_client->GetBuffer (can_write, &data); in gst_wasapi2_ring_buffer_write()
627 hr = render_client->ReleaseBuffer (can_write, AUDCLNT_BUFFERFLAGS_SILENT); in gst_wasapi2_ring_buffer_write()
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpreset.c284 gboolean can_write = FALSE; in gst_preset_suite() local
291 can_write = FALSE; /* FIXME: test properly using win32 API */ in gst_preset_suite()
293 can_write = (g_access (gst_dir, R_OK | W_OK | X_OK) == 0); in gst_preset_suite()
301 if (can_write) { in gst_preset_suite()
/third_party/boost/libs/iostreams/test/
Dsymmetric_filter_test.cpp44 can_write(dest_begin, dest_end) ) in filter()
48 if (can_write(dest_begin, dest_end)) in filter()
76 bool can_write(char*& dest_begin, char* dest_end) in can_write() function
/third_party/boost/boost/iostreams/
Dcode_converter.hpp129 typedef is_convertible<device_category, output> can_write; typedef
135 can_write, output
169 if (can_write::value && !is_double::value) { in open()
194 detail::flush_buffer(buf_.second(), dev(), can_write::value), in close()
/third_party/boost/boost/iostreams/filter/
Daggregate.hpp132 typedef is_convertible<category, output> can_write; in do_write() typedef
133 do_write(sink, s, n, can_write()); in do_write()
Dsymmetric.hpp221 typedef is_convertible<category, output> can_write; in flush() typedef
222 return flush(snk, can_write()); in flush()
Dgzip.hpp295 typedef is_convertible<category, output> can_write; in write_long() typedef
296 write_long(n, next, can_write()); in write_long()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c688 gboolean can_write; in profile_suite() local
695 can_write = (g_access (gst_dir, R_OK | W_OK | X_OK) == 0); in profile_suite()
699 can_write = FALSE; /* FIXME: fix can_write test on Windows */ in profile_suite()
711 if (can_write) { in profile_suite()
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c482 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks() local
484 int tst_flag = (can_write || usr == owner || in create_check_hlinks()
498 can_write); in create_check_hlinks()
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp108 bool can_write() const { return is_convertible<Mode, output>::value; } in can_write() function in boost::iostreams::detail::indirect_streambuf
179 if (can_write() && !shared_buffer()) { in open()
187 if (can_write() && buffer_size > 1) in open()
/third_party/glib/gio/tests/
Dlive-g-file.c390 gboolean can_read, can_write; in test_attributes() local
420 can_write = in test_attributes()
423 g_assert_true (can_write); in test_attributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h426 inline bool can_write(const Twine &Path) { in can_write() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h482 inline bool can_write(const Twine &Path) { in can_write() function
/third_party/NuttX/
DReleaseNotes16498 CAN driver (via can_write) and order frames are sent on bus can be