HomeSort by relevance Sort by last modified time
    Searched refs:_context (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/libxcam/xcore/
dynamic_analyzer.cpp 29 , _context (NULL)
44 XCAM_ASSERT (!_context);
49 _context = context;
56 if (_context && _desc && _desc->destroy_context) {
57 _desc->destroy_context (_context);
58 _context = NULL;
65 XCAM_ASSERT (_context);
66 return _desc->analyze_ae (_context, &param);
72 XCAM_ASSERT (_context);
73 return _desc->analyze_awb (_context, &param)
    [all...]
smart_analysis_handler.cpp 37 , _context (NULL)
59 XCAM_ASSERT (!_context);
75 _context = context;
85 context = _context;
86 _context = NULL;
142 XCAM_ASSERT (_context);
143 ret = _desc->update_params (_context, &params);
162 XCAM_ASSERT (_context);
166 ret = _desc->analyze (_context, video_buffer, res_array, &res_count);
180 _desc->free_results (_context, res_array, res_count)
    [all...]
smart_analysis_handler.h 52 return (_context != NULL);
87 XCamSmartAnalysisContext *_context; member in class:XCam::SmartAnalysisHandler
  /external/syslinux/gpxe/src/include/gpxe/
cbc.h 63 struct _cbc_name ## _context { \
69 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \
74 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \
80 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \
86 struct _cbc_name ## _context * _cbc_name ## _ctx = ctx; \
92 .ctxsize = sizeof ( struct _cbc_name ## _context ), \
  /external/libxcam/modules/ocl/
cv_context.h 41 return _context;
54 SmartPtr<CLContext> _context; member in class:XCam::CVContext
cv_context.cpp 47 _context = CLDevice::instance()->get_context();
51 cl_context _context_id = _context->get_context_id ();
cl_kernel.cpp 52 , _context (context)
76 _context->destroy_kernel_id (_kernel_id);
251 XCAM_ASSERT (_context.ptr ());
257 _context->generate_kernel_id (
289 XCAM_ASSERT (_context.ptr ());
292 _context->generate_kernel_id (
449 XCAM_ASSERT (_context.ptr ());
460 XCamReturn ret = _context->execute_kernel (self, NULL, events, kernel_event);
470 _context->finish ();
475 ret = _context->set_event_callback (kernel_event, CL_COMPLETE, event_notify, user_data)
    [all...]
cl_kernel.h 84 return _context;
133 SmartPtr<CLContext> _context; member in class:XCam::CLKernel
cl_3a_stats_context.h 69 SmartPtr<CLContext> _context; member in class:XCam::CL3AStatsCalculatorContext
cl_image_bo_buffer.h 87 SmartPtr<CLContext> _context; member in class:XCam::CLBoBufferPool
cl_image_processor.cpp 83 _context = CLDevice::instance ()->get_context ();
84 XCAM_ASSERT (_context.ptr());
130 return _context;
360 demo_handler = create_cl_demo_image_handler (_context);
361 // demo_handler = create_cl_binary_demo_image_handler (_context);
cl_image_processor.h 84 SmartPtr<CLContext> _context; member in class:XCam::CLImageProcessor
cl_image_handler.h 86 return _context;
158 SmartPtr<CLContext> _context; member in class:XCam::CLImageHandler
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.mm 21 EAGLContext* _context;
92 _context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
94 if (!_context) {
98 if (![EAGLContext setCurrentContext:_context]) {
109 [_context renderbufferStorage:GL_RENDERBUFFER
133 if (![_context presentRenderbuffer:GL_RENDERBUFFER]) {
146 if (![EAGLContext setCurrentContext:_context]) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 31 public AccountServiceProxy(Context _context) {
32 super(_context, getIntentForEmailPackage(_context, "ACCOUNT_INTENT"));
EmailServiceProxy.java 77 public EmailServiceProxy(Context _context, Class<?> _class) {
78 super(_context, new Intent(_context, _class));
79 TempDirectory.setTempDirectory(_context);
85 public EmailServiceProxy(Context _context, Intent _intent) {
86 super(_context, _intent);
88 Device.getDeviceId(_context);
91 TempDirectory.setTempDirectory(_context);
PolicyServiceProxy.java 34 public PolicyServiceProxy(Context _context) {
35 super(_context, getIntentForEmailPackage(_context, "POLICY_INTENT"));
ServiceProxy.java 90 public ServiceProxy(Context _context, Intent _intent) {
91 mContext = _context;
  /external/mesa3d/src/egl/main/
egldriver.h 68 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
  /external/webrtc/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm 167 EAGLContext* _context;
169 NSOpenGLContext* _context;
202 _context = context;
228 [_context flushBuffer];
272 NSAssert(_context, @"context shouldn't be nil");
274 if ([EAGLContext currentContext] != _context) {
275 [EAGLContext setCurrentContext:_context];
278 if ([NSOpenGLContext currentContext] != _context) {
279 [_context makeCurrentContext];
391 BOOL hasUnpackRowLength = _context.API == kEAGLRenderingAPIOpenGLES3
    [all...]
  /external/webrtc/webrtc/api/objc/
RTCOpenGLVideoRenderer.mm 146 EAGLContext *_context;
148 NSOpenGLContext *_context;
183 _context = context;
209 [_context flushBuffer];
253 NSAssert(_context, @"context shouldn't be nil");
255 if ([EAGLContext currentContext] != _context) {
256 [EAGLContext setCurrentContext:_context];
259 if ([NSOpenGLContext currentContext] != _context) {
260 [_context makeCurrentContext];
373 BOOL hasUnpackRowLength = _context.API == kEAGLRenderingAPIOpenGLES3
    [all...]
  /external/tensorflow/tensorflow/python/eager/
context.py 460 _context = None variable
465 global _context
467 if _context is None:
468 _context = Context()
473 if _context is None:
475 return _context
481 if _context is None:
483 return _context
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.h 59 llvm::LLVMContext& _context; member in struct:LTOCodeGenerator
  /external/python/cpython2/Lib/
ssl.py 363 _context=self)
536 _context=None):
539 if _context:
540 self._context = _context
549 self._context = SSLContext(ssl_version)
550 self._context.verify_mode = cert_reqs
552 self._context.load_verify_locations(ca_certs)
554 self._context.load_cert_chain(certfile, keyfile)
556 self._context.set_npn_protocols(npn_protocols
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]

Completed in 407 milliseconds

1 2 3 4 5