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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c46 static DWORD WINAPI DecodeThread(void *b); /* the decode thread procedure */
105 thread_handle = CreateThread(NULL, 0, DecodeThread, NULL, 0, &thread_id);
216 static DWORD WINAPI DecodeThread(void *unused) function

Completed in 50 milliseconds