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

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_codec.c 105 return (iface) ? iface->caps : 0;
  /cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java 148 MediaCodecInfo.CodecCapabilities caps = codecInfo.getCapabilitiesForType(mime); local
149 if (!caps.isFormatSupported(format)) {
VideoEncoderTest.java 158 CodecCapabilities caps = info.getCapabilitiesForType(mime); local
159 if (!caps.isFormatSupported(mFormat)) {
1162 CodecCapabilities caps = null; local
1168 assertNotNull(info.getName() + " capabilties for " + mime + " returned null", caps); local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 193 cam_capability_t *caps = ( cam_capability_t * ) ( test_obj->cap_buf.buf.buffer ); local
194 if (caps->min_required_pp_mask & CAM_QCOM_FEATURE_SHARPNESS) {
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 193 cam_capability_t *caps = ( cam_capability_t * ) ( test_obj->cap_buf.buf.buffer ); local
194 if (caps->min_required_pp_mask & CAM_QCOM_FEATURE_SHARPNESS) {
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 193 cam_capability_t *caps = ( cam_capability_t * ) ( test_obj->cap_buf.buf.buffer ); local
194 if (caps->min_required_pp_mask & CAM_QCOM_FEATURE_SHARPNESS) {
  /external/skia/gm/
hairlines.cpp 110 // Three paths that show the same bug (missing end caps)
246 const SkPaint::Cap caps[] = { SkPaint::kButt_Cap, SkPaint::kSquare_Cap, SkPaint::kRound_Cap }; local
250 for (auto cap : caps) {
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 201 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
202 GLSLProcessor::GenKey(*this, caps, b);
  /external/skia/src/gpu/batches/
GrAtlasTextBatch.cpp 194 bool GrAtlasTextBatch::onCombineIfPossible(GrBatch* t, const GrCaps& caps) {
197 that->bounds(), caps)) {
GrDrawAtlasBatch.cpp 169 bool GrDrawAtlasBatch::onCombineIfPossible(GrBatch* t, const GrCaps& caps) {
173 that->bounds(), caps)) {
GrDrawVerticesBatch.cpp 170 bool GrDrawVerticesBatch::onCombineIfPossible(GrBatch* t, const GrCaps& caps) {
174 that->bounds(), caps)) {
GrPLSPathRenderer.cpp 409 virtual void getGLSLProcessorKey(const GrGLSLCaps& caps,
411 GLSLProcessor::GenKey(*this, caps, b);
598 virtual void getGLSLProcessorKey(const GrGLSLCaps& caps,
600 GLSLProcessor::GenKey(*this, caps, b);
    [all...]
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 140 void GrConfigConversionEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
142 GrGLConfigConversionEffect::GenKey(*this, caps, b);
GrTextureDomain.cpp 253 void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps,
255 GrGLTextureDomainEffect::GenKey(*this, caps, b);
GrXfermodeFragmentProcessor.cpp 32 void onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
164 void onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override {
GrBezierEffect.cpp 246 void GrConicEffect::getGLSLProcessorKey(const GrGLSLCaps& caps,
248 GrGLConicEffect::GenKey(*this, caps, b);
462 void GrQuadEffect::getGLSLProcessorKey(const GrGLSLCaps& caps,
464 GrGLQuadEffect::GenKey(*this, caps, b);
695 void GrCubicEffect::getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const {
696 GrGLCubicEffect::GenKey(*this, caps, b);
    [all...]
GrDistanceFieldGeoProc.cpp 229 void GrDistanceFieldA8TextGeoProc::getGLSLProcessorKey(const GrGLSLCaps& caps,
231 GrGLDistanceFieldA8TextGeoProc::GenKey(*this, caps, b);
439 void GrDistanceFieldPathGeoProc::getGLSLProcessorKey(const GrGLSLCaps& caps,
441 GrGLDistanceFieldPathGeoProc::GenKey(*this, caps, b);
    [all...]
GrDashingEffect.cpp 150 *endingInt -= 0.01f; // make sure we capture the last zero size pnt (used if has caps)
491 // For EdgeAA, we bloat in X & Y for both square and round caps.
492 // For MSAA, we don't bloat at all for square caps, and bloat in Y only for round caps.
527 // need to adjust this for round caps to correctly set the dashPos attrib on
635 bool onCombineIfPossible(GrBatch* t, const GrCaps& caps) override {
638 that->bounds(), caps)) {
769 * This effect will draw a dotted line (defined as a dashed lined with round caps and no on
    [all...]
  /external/skia/src/gpu/vk/
GrVkProgramBuilder.cpp 42 const GrCaps* GrVkProgramBuilder::caps() const { function in class:GrVkProgramBuilder
43 return fGpu->caps();
  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_ds.cc 249 VIDEO_STREAM_CONFIG_CAPS caps; local
264 &pmt, reinterpret_cast<BYTE*> (&caps));
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 246 jobject caps = env->NewObject(capsClazz, capsConstructID, local
262 return caps;
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_reprocess.c 195 cam_capability_t *caps = ( cam_capability_t * ) ( test_obj->cap_buf.buf.buffer ); local
196 if (caps->qcom_supported_feature_mask & CAM_QCOM_FEATURE_SHARPNESS) {
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 1041 UserCapabilities caps = new UserCapabilities(); local
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 204 CodecCapabilities caps = null; local
206 caps = info.getCapabilitiesForType(mime);
210 if (caps.isFormatSupported(format)) {
554 CodecCapabilities caps; local
556 caps = info.getCapabilitiesForType(mime);
562 VideoCapabilities vidCaps = caps.getVideoCapabilities();
  /external/iputils/
clockdiff.c 537 cap_t caps = cap_init(); local
538 if (cap_set_proc(caps)) {
542 cap_free(caps);

Completed in 1774 milliseconds

<<11121314151617181920>>