Home
last modified time | relevance | path

Searched refs:sync_size (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sync_file_range/
H A Dsync_file_range02.c35 off_t sync_size; member
56 TEST(sync_file_range(fd, tc->sync_off, tc->sync_size, in verify_sync_file_range()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_vtest.c487 size_t *sync_size) in submit_cmd2_sizes()
492 *sync_size = 0; in submit_cmd2_sizes()
500 *sync_size = 0; in submit_cmd2_sizes()
505 *sync_size += (sizeof(uint32_t) + sizeof(uint64_t)) * batch->sync_count; in submit_cmd2_sizes()
510 assert(*sync_size % sizeof(uint32_t) == 0); in submit_cmd2_sizes()
519 size_t sync_size; in vtest_vcmd_submit_cmd2() local
520 submit_cmd2_sizes(submit, &header_size, &cs_size, &sync_size); in vtest_vcmd_submit_cmd2()
521 const size_t total_size = header_size + cs_size + sync_size; in vtest_vcmd_submit_cmd2()
484 submit_cmd2_sizes(const struct vn_renderer_submit *submit, size_t *header_size, size_t *cs_size, size_t *sync_size) submit_cmd2_sizes() argument
/third_party/ffmpeg/libavcodec/
H A Dopusdec.c471 int sync_size = av_audio_fifo_size(s->sync_buffer); in opus_decode_packet() local
480 if (out_dummy && sync_size > FF_ARRAY_ELEMS(sync_dummy)) in opus_decode_packet()
483 ret = av_audio_fifo_read(s->sync_buffer, (void**)out, sync_size); in opus_decode_packet()
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-process.c554 size_t aux_size, mn_size, clk_size, tr_size, run_size, sync_size, node_size, ext_size, in ssp_calculate_intern_ext() local
577 sync_size = sizeof(struct ssp_intel_sync_ctl); in ssp_calculate_intern_ext()
668 size = sync_size + aux_size; in ssp_calculate_intern_ext()
670 tlv->size = sync_size; in ssp_calculate_intern_ext()

Completed in 6 milliseconds