Searched refs:sync_point (Results 1 – 8 of 8) sorted by relevance
/third_party/opencl-headers/CL/ |
D | cl_ext.h | 118 cl_sync_point_khr* sync_point, 132 cl_sync_point_khr* sync_point, 150 cl_sync_point_khr* sync_point, 164 cl_sync_point_khr* sync_point, 178 cl_sync_point_khr* sync_point, 192 cl_sync_point_khr* sync_point, 206 cl_sync_point_khr* sync_point, 219 cl_sync_point_khr* sync_point, 234 cl_sync_point_khr* sync_point, 281 cl_sync_point_khr* sync_point, [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkdec.c | 77 mfxSyncPoint sync_point; member 657 task->sync_point = NULL; in finish_task() 703 if (G_LIKELY (task->sync_point)) { in gst_msdkdec_finish_task() 706 (thiz->context), task->sync_point, 300000); in gst_msdkdec_finish_task() 722 if (G_LIKELY (task->sync_point || (surface && task->decode_only))) { in gst_msdkdec_finish_task() 1256 &out_surface, &task->sync_point); in gst_msdkdec_handle_frame() 1662 &out_surface, &task->sync_point); in gst_msdkdec_drain()
|
D | gstmsdkenc.h | 196 mfxSyncPoint sync_point; member
|
D | gstmsdkenc.c | 1015 if (tasks[t].sync_point == NULL) in gst_msdkenc_get_free_task() 1026 task->sync_point = NULL; in gst_msdkenc_reset_task() 1084 if (!task->sync_point) in gst_msdkenc_finish_frame() 1099 task->sync_point, 300000) != MFX_ERR_NONE) in gst_msdkenc_finish_frame() 1170 &task->output_bitstream, &task->sync_point); in gst_msdkenc_encode_frame() 1185 if (task->sync_point) { in gst_msdkenc_encode_frame() 1249 &task->output_bitstream, &task->sync_point); in gst_msdkenc_flush_frames() 1257 if (task->sync_point) { in gst_msdkenc_flush_frames()
|
D | gstmsdkvpp.c | 868 mfxSyncPoint sync_point = NULL; in gst_msdkvpp_transform() local 925 out_surface->surface, NULL, &sync_point); in gst_msdkvpp_transform() 954 if (sync_point && in gst_msdkvpp_transform() 955 MFXVideoCORE_SyncOperation (session, sync_point, in gst_msdkvpp_transform()
|
/third_party/alsa-utils/alsaloop/ |
D | alsaloop.h | 116 unsigned long sync_point; /* in samples */ member
|
D | pcmjob.c | 1362 lhandle->sync_point = lhandle->rate * 15; /* every 15 seconds */ in init_handle() 1978 play->counter >= play->sync_point && in pcmjob_pollfds_handle() 1979 capt->counter >= play->sync_point) { in pcmjob_pollfds_handle() 2004 play->counter -= play->sync_point; in pcmjob_pollfds_handle() 2005 capt->counter -= play->sync_point; in pcmjob_pollfds_handle()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 58533 msdk: enc: set pts and dts, fix inverted sync_point flag
|