Searched defs:hook (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_thread.h174 VP9WorkerHook hook; // hook to call member in struct:__anon605
175 void* data1; // first argument passed to 'hook'
176 void* data2; // second argument passed to 'hook'
177 int had_error; // return value of the last call to 'hook'
188 // Triggers the thread to call hook() with data1 and data2 argument. These
189 // hook/data1/data2 can be changed at any time before calling this function,
193 // hook directly instead of using a thread. Convenient to bypass the thread

Completed in 24 milliseconds