Searched refs:can_write (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2ringbuffer.cpp | 568 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/ |
D | gstpreset.c | 284 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/gstreamer/gstplugins_base/tests/check/libs/ |
D | profile.c | 688 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/ |
D | prot_hsymlinks.c | 482 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 426 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/ |
D | FileSystem.h | 482 inline bool can_write(const Twine &Path) { in can_write() function
|
/third_party/NuttX/ |
D | ReleaseNotes | 16498 CAN driver (via can_write) and order frames are sent on bus can be
|