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

<<11121314151617181920>>

  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInfoCache.java 148 int[] caps = mCameraCharacteristics.get(CameraCharacteristics.REQUEST_AVAILABLE_CAPABILITIES); local
149 for (int c: caps) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 48 /** Auto caps mode */
102 int caps = connection.getCursorCapsMode(editor.inputType); local
103 return (caps == 0) ? 0 : 1;
151 /* auto caps mode */
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 67 String name, boolean isEncoder, CodecCapabilities[] caps) {
71 for (CodecCapabilities c: caps) {
982 AudioCapabilities caps = new AudioCapabilities(); local
1571 VideoCapabilities caps = new VideoCapabilities(); local
2690 EncoderCapabilities caps = new EncoderCapabilities(); local
3071 CodecCapabilities caps = mCaps.get(type); local
3081 ArrayList<CodecCapabilities> caps = new ArrayList<CodecCapabilities>(); local
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 1674 SortedVector<uint8_t> caps; local
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 713 public String toHtml(boolean caps) { throw new AssertionError("not html"); }
715 // The token can change the caps of the text after that point.
730 public String toHtml(boolean caps) {
731 return caps ? html.toUpperCase() : html;
    [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 415 // Function to get and populate caps from handle
657 static bool _checkOmxTiCap(const OMX_TI_CAPTYPE & caps);
658 static bool _dumpOmxTiCap(int sensorId, const OMX_TI_CAPTYPE & caps);
664 static void encodeFrameRates(int minFrameRate, int maxFrameRate, const OMX_TI_CAPTYPE & caps,
711 static status_t insertVNFSupported(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps);
712 static status_t insertVSTABSupported(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps);
714 const OMX_TI_CAPTYPE &caps);
716 const OMX_TI_CAPTYPE &caps);
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 363 MediaCodecInfo.CodecCapabilities caps = info.getCapabilitiesForType(mime); local
364 if (caps != null && caps.isFormatSupported(format)) {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 457 int caps = 0; local
460 caps = getCurrentInputConnection().getCursorCapsMode(attr.inputType);
462 mInputView.setShifted(mCapsLock || caps != 0);
  /external/autotest/client/deps/iwcap/src/
iwcap.c 149 /* NB: must be in upper 16-bits to avoid HT caps */
319 unsigned short caps = nla_get_u16(tb_band[NL80211_BAND_ATTR_HT_CAPA]); local
323 phy_caps |= CHECK_IS_11N | caps;
324 len = 0xeff + ((caps & 0x0800) << 1);
357 /* NB: we care about device caps, not regulatory */
  /external/skia/src/effects/
SkAlphaThresholdFilter.cpp 239 void AlphaThresholdEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
241 GrGLAlphaThresholdEffect::GenKey(*this, caps, b);
293 if (context->caps()->isConfigRenderable(kAlpha_8_GrPixelConfig, false)) {
  /external/skia/src/gpu/effects/
GrYUVEffect.cpp 167 void onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
168 GLSLProcessor::GenKey(*this, caps, b);
323 void onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
  /bionic/libc/bionic/
libc_logging.cpp 166 static void format_unsigned(char* buf, size_t buf_size, uint64_t value, int base, bool caps) {
179 ch = (caps ? 'A' : 'a') + (d - 10);
211 bool caps = (conversion == 'X'); local
219 format_unsigned(buf, buf_size, value, base, caps);
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 296 vpx_codec_caps_t caps; /**< Decoder capabilities */ member in struct:vpx_codec_iface
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 55 if (r300screen->caps.family == CHIP_FAMILY_RV530)
r300_screen_buffer.c 165 (!r300screen->caps.has_tcl &&
  /external/skia/src/gpu/
GrContext.cpp 85 fCaps = SkRef(fGpu->caps());
565 if (!this->caps()->isConfigRenderable(config, true)) {
569 if (fGpu->caps()->shaderCaps()->pathRenderingSupport()) {
576 return chosenSampleCount <= fGpu->caps()->maxSampleCount() ? chosenSampleCount : 0;
GrContextFactory.cpp 143 if (!grCtx->caps()->shaderCaps()->pathRenderingSupport()) {
GrDrawingManager.cpp 174 if (useDIF && fContext->caps()->shaderCaps()->pathRenderingSupport() &&
GrOvalRenderer.cpp 166 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
167 GLSLProcessor::GenKey(*this, caps, b);
334 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
335 GLSLProcessor::GenKey(*this, caps, b);
532 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
533 GLSLProcessor::GenKey(*this, caps, b);
735 bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override {
738 that->bounds(), caps)) {
    [all...]
GrPathRenderer.h 73 * fShaderCaps The shader caps
153 canArgs.fShaderCaps = args.fTarget->caps()->shaderCaps();
SkGr.cpp 70 if (!ctx->caps()->isConfigTexturable(kETC1_GrPixelConfig)) {
225 const GrCaps* caps = ctx->caps(); local
228 if (caps->isConfigTexturable(kIndex_8_GrPixelConfig)) {
  /external/skia/src/gpu/batches/
GrAtlasTextBatch.h 149 bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override;
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 68 SkASSERT(gpu->caps()->shaderCaps()->integerSupport());
  /external/skia/tools/skiaserve/
Request.cpp 103 int maxRTSize = context->caps()->maxRenderTargetSize();
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h 87 bool GetCapabilities(UINT mixId, MIXERCAPS& caps, bool trace = false) const;

Completed in 1473 milliseconds

<<11121314151617181920>>