HomeSort by relevance Sort by last modified time
    Searched refs:caps (Results 26 - 50 of 601) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/apps/CameraITS/tests/scene0/
test_camera_properties.py 15 import its.caps namespace
29 its.caps.skip_unless(its.caps.manual_sensor(props))
test_jitter.py 16 import its.caps namespace
36 its.caps.skip_unless(its.caps.manual_sensor(props) and
37 its.caps.sensor_fusion(props))
40 caps = cam.do_capture([req]*50, [fmt])
43 tstamps = [c['metadata']['android.sensor.timestamp'] for c in caps]
  /cts/apps/CameraITS/tests/scene1/
test_format_combos.py 16 import its.caps namespace
36 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
37 its.caps.raw16(props))
80 caps = cam.do_capture([req]*burst_len, fmt_combo)
85 if not isinstance(caps, list):
86 caps = [caps]
87 elif isinstance(caps[0], list):
88 caps = sum(caps, []
    [all...]
test_burst_sameness_manual.py 16 import its.caps namespace
42 its.caps.skip_unless(its.caps.manual_sensor(props) and
43 its.caps.per_frame_control(props))
58 caps = cam.do_capture([req]*BURST_LEN, [fmt])
59 for i,cap in enumerate(caps):
test_ev_compensation_basic.py 16 import its.caps namespace
37 its.caps.skip_unless(its.caps.ev_compensation(props) and
38 its.caps.ae_lock(props))
57 caps = cam.do_capture([req]*THREASH_CONVERGE_FOR_EV)
58 for cap in caps:
test_raw_sensitivity.py 16 import its.caps namespace
38 its.caps.skip_unless(its.caps.raw16(props) and
39 its.caps.manual_sensor(props) and
40 its.caps.read_3a(props) and
41 its.caps.per_frame_control(props))
test_ev_compensation_advanced.py 17 import its.caps namespace
39 its.caps.skip_unless(its.caps.manual_sensor(props) and
40 its.caps.manual_post_proc(props) and
41 its.caps.per_frame_control(props) and
42 its.caps.ev_compensation(props))
72 caps = cam.do_capture([req]*THREASH_CONVERGE_FOR_EV)
74 for cap in caps:
test_param_shading_mode.py 15 import its.caps namespace
39 its.caps.skip_unless(its.caps.per_frame_control(props) and
40 its.caps.lsc_map(props) and
41 its.caps.lsc_off(props))
82 caps = cam.do_capture(reqs)
89 for i in range(len(caps)):
91 caps[i]["metadata"]["android.statistics.lensShadingMap"]
test_raw_burst_sensitivity.py 16 import its.caps namespace
40 its.caps.skip_unless(its.caps.raw16(props) and
41 its.caps.manual_sensor(props) and
42 its.caps.read_3a(props) and
43 its.caps.per_frame_control(props))
61 caps = cam.do_capture(reqs, cam.CAP_RAW)
64 for i,cap in enumerate(caps):
test_yuv_plus_dng.py 16 import its.caps namespace
28 its.caps.skip_unless(its.caps.raw(props) and
29 its.caps.read_3a(props))
test_param_flash_mode.py 16 import its.caps namespace
29 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
30 its.caps.flash(props) and
31 its.caps.per_frame_control(props))
test_tonemap_sequence.py 16 import its.caps namespace
34 its.caps.skip_unless(its.caps.manual_sensor(props) and
35 its.caps.manual_post_proc(props) and
36 its.caps.per_frame_control(props))
test_yuv_plus_raw.py 16 import its.caps namespace
32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
33 its.caps.raw16(props) and
34 its.caps.per_frame_control(props))
test_yuv_plus_raw10.py 16 import its.caps namespace
32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
33 its.caps.raw10(props) and
34 its.caps.per_frame_control(props))
test_yuv_plus_raw12.py 16 import its.caps namespace
32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
33 its.caps.raw12(props) and
34 its.caps.per_frame_control(props))
  /cts/apps/CameraITS/tests/scene3/
test_reprocess_edge_enhancement.py 16 import its.caps namespace
98 its.caps.skip_unless(its.caps.read_3a(props) and
99 its.caps.per_frame_control(props) and
100 its.caps.edge_mode(props, 0) and
101 (its.caps.yuv_reprocess(props) or
102 its.caps.private_reprocess(props)))
105 assert(its.caps.edge_mode(props, 3))
108 if (its.caps.yuv_reprocess(props)):
110 if (its.caps.private_reprocess(props))
    [all...]
  /external/skia/src/gpu/
GrPathRendererChain.cpp 29 const GrCaps& caps = *context->caps(); local
33 caps)) {
40 if (caps.shaderCaps()->plsPathRenderingSupport()) {
44 this->addPathRenderer(new GrDefaultPathRenderer(caps.twoSidedStencilSupport(),
45 caps.stencilWrapOpsSupport()))->unref();
  /external/libchrome/sandbox/linux/services/
credentials.h 47 // the list of capabiltiies in |caps|. All other capability flags are cleared.
49 const std::vector<Capability>& caps)
58 const std::vector<Capability>& caps) WARN_UNUSED_RESULT;
  /external/skia/src/gpu/effects/
GrDisableColorXP.h 29 GrXferProcessor* onCreateXferProcessor(const GrCaps& caps,
34 bool onWillReadDstColor(const GrCaps& caps,
GrCustomXfermode.cpp 58 const GrCaps& caps) {
59 if (!caps.advancedBlendEquationSupport()) {
68 if (caps.canUseAdvancedBlendEquation(equation)) {
109 const GrCaps& caps) const override;
111 void onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override;
132 static void GenKey(const GrXferProcessor& p, const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) {
136 SkASSERT(caps.advBlendEqInteraction() > 0); // 0 will mean !xp.hasHWBlendEquation().
137 key |= caps.advBlendEqInteraction();
140 if (!xp.hasHWBlendEquation() || caps.mustEnableSpecificAdvBlendEqs()) {
189 void CustomXP::onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.h 47 SVGA3dSurfaceFormatCaps *caps);
  /external/skia/include/gpu/effects/
GrPorterDuffXferProcessor.h 27 static GrXferProcessor* CreateSrcOverXferProcessor(const GrCaps& caps,
51 static bool SrcOverWillNeedDstTexture(const GrCaps& caps,
58 GrXferProcessor* onCreateXferProcessor(const GrCaps& caps,
63 bool onWillReadDstColor(const GrCaps& caps,
  /hardware/qcom/display/msm8960/libqdutils/
mdp_version.cpp 82 mMdpRev = metadata.data.caps.mdp_rev;
83 mRGBPipes = metadata.data.caps.rgb_pipes;
84 mVGPipes = metadata.data.caps.vig_pipes;
85 mDMAPipes = metadata.data.caps.dma_pipes;
  /external/skia/include/gpu/
GrXferProcessor.h 99 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const;
148 const GrCaps& caps) const;
154 GrXferBarrierType xferBarrierType(const GrRenderTarget* rt, const GrCaps& caps) const;
244 const GrCaps& caps) const = 0;
250 virtual void onGetGLSLProcessorKey(const GrGLSLCaps& caps,
307 const GrCaps& caps) const;
326 bool willNeedDstTexture(const GrCaps& caps, const GrPipelineOptimizations& optimizations,
354 virtual GrXferProcessor* onCreateXferProcessor(const GrCaps& caps,
361 bool willReadDstColor(const GrCaps& caps,
368 virtual bool onWillReadDstColor(const GrCaps& caps,
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.c 80 return chip_families[r300screen->caps.family];
86 boolean is_r500 = r300screen->caps.is_r500;
89 /* Supported features (boolean caps). */
118 return util_format_s3tc_enabled ? r300screen->caps.dxtc_swizzle : 1;
157 return !r300screen->caps.has_tcl;
163 return r300screen->caps.has_tcl;
167 return r300screen->caps.num_tex_units;
184 boolean is_r400 = r300screen->caps.is_r400;
185 boolean is_r500 = r300screen->caps.is_r500;
219 return r300screen->caps.num_tex_units
    [all...]

Completed in 882 milliseconds

12 3 4 5 6 7 8 91011>>