Home
last modified time | relevance | path

Searched refs:emit_stop (Results 1 – 23 of 23) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_bayer_basic_handler.cpp58 virtual bool emit_stop ();
72 CLBayer3AStatsThread::emit_stop () in emit_stop() function in XCam::CLBayer3AStatsThread
80 return Thread::emit_stop (); in emit_stop()
255 CLBayerBasicImageHandler::emit_stop () in emit_stop() function in XCam::CLBayerBasicImageHandler
258 _3a_stats_thread->emit_stop (); in emit_stop()
Dcl_image_processor.cpp338 CLImageProcessor::emit_stop () in emit_stop() function in XCam::CLImageProcessor
346 (*i_handler)->emit_stop (); in emit_stop()
Dcl_image_processor.h63 virtual void emit_stop ();
Dcl_bayer_basic_handler.h78 virtual void emit_stop ();
Dcl_image_scaler.h99 void emit_stop ();
Dcl_retinex_handler.h115 virtual void emit_stop ();
Dcl_image_handler.h121 virtual void emit_stop ();
Dcl_image_scaler.cpp157 CLImageScaler::emit_stop () in emit_stop() function in XCam::CLImageScaler
Dcl_retinex_handler.cpp205 CLRetinexImageHandler::emit_stop () in emit_stop() function in XCam::CLRetinexImageHandler
Dcl_image_handler.cpp299 CLImageHandler::emit_stop () in emit_stop() function in XCam::CLImageHandler
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.h157 void (*emit_stop)(struct r600_common_context *, member
280 void (*emit_stop)(struct r600_common_context *, member
Dr600_perfcounter.c165 pc->emit_stop(ctx, buffer, va); in r600_pc_query_emit_stop()
228 .emit_stop = r600_pc_query_emit_stop,
Dr600_query.c593 .emit_stop = r600_query_hw_do_emit_stop,
883 query->ops->emit_stop(ctx, query, query->buffer.buf, va); in r600_query_hw_emit_stop()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.h157 void (*emit_stop)(struct r600_common_context *, member
284 void (*emit_stop)(struct r600_common_context *, member
Dr600_perfcounter.c161 pc->emit_stop(ctx, buffer, va); in r600_pc_query_emit_stop()
224 .emit_stop = r600_pc_query_emit_stop,
Dr600_query.c615 .emit_stop = r600_query_hw_do_emit_stop,
914 query->ops->emit_stop(ctx, query, query->buffer.buf, va); in r600_query_hw_emit_stop()
/external/libxcam/xcore/
Dxcam_thread.h35 virtual bool emit_stop ();
Dimage_processor.cpp194 emit_stop (); in stop()
354 ImageProcessor::emit_stop () in emit_stop() function in XCam::ImageProcessor
Dxcam_thread.cpp117 Thread::emit_stop () in emit_stop() function in XCam::Thread
Dimage_processor.h80 virtual void emit_stop ();
Dthread_pool.cpp190 t->emit_stop (); in stop()
/external/libxcam/capi/
Dcontext_priv.cpp150 _handler->emit_stop (); in uinit_handler()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c729 pc->emit_stop = si_pc_emit_stop; in si_init_perfcounters()