Home
last modified time | relevance | path

Searched refs:UPPER_FIELD (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mscaler/
H A Dgraphics.C595 _offset[UPPER_FIELD][PLANE_Y] = ysRatioPoint(0,0);
602 _offset[UPPER_FIELD][PLANE_Cb] = ysRatioPoint();
603 _offset[UPPER_FIELD][PLANE_Cr] = ysRatioPoint();
611 _offset[UPPER_FIELD][PLANE_Cb] = ysRatioPoint(0,0);
612 _offset[UPPER_FIELD][PLANE_Cr] = ysRatioPoint(0,0);
620 _offset[UPPER_FIELD][PLANE_Cb] = ysRatioPoint(0,0);
621 _offset[UPPER_FIELD][PLANE_Cr] = ysRatioPoint(0,0);
656 _offset[UPPER_FIELD][PLANE_Cb] = ysRatioPoint(0,0);
673 _offset[UPPER_FIELD][PLANE_Y] = ysRatioPoint(0,0); in mode()
683 _offset[UPPER_FIELD][PLANE_Cb] = ysRatioPoint(); in mode()
[all …]
H A DysScaling.C418 ysSubsampling::UPPER_FIELD, in _create_field_scalers()
423 ysSubsampling::UPPER_FIELD, in _create_field_scalers()
427 ysSubsampling::UPPER_FIELD, in _create_field_scalers()
432 ysSubsampling::UPPER_FIELD, in _create_field_scalers()
441 ysSubsampling::UPPER_FIELD, in _create_field_scalers()
442 ysSubsampling::UPPER_FIELD, in _create_field_scalers()
446 ysSubsampling::UPPER_FIELD, in _create_field_scalers()
447 ysSubsampling::UPPER_FIELD, in _create_field_scalers()
H A Dgraphics.H334 UPPER_FIELD, enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/
H A DTypeConstants.java73 char[] UPPER_FIELD = "FIELD".toCharArray(); //$NON-NLS-1$ field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c619 #define PHP_PROTO_FIELD_ACCESSORS(UPPER_CLASS, LOWER_CLASS, UPPER_FIELD, \ argument
621 PHP_METHOD(UPPER_CLASS, get##UPPER_FIELD) { \
630 PHP_METHOD(UPPER_CLASS, set##UPPER_FIELD) { \
643 #define PHP_PROTO_ONEOF_FIELD_ACCESSORS(UPPER_CLASS, LOWER_CLASS, UPPER_FIELD, \ argument
645 PHP_METHOD(UPPER_CLASS, get##UPPER_FIELD) { \
654 PHP_METHOD(UPPER_CLASS, set##UPPER_FIELD) { \
667 #define PHP_PROTO_ONEOF_ACCESSORS(UPPER_CLASS, LOWER_CLASS, UPPER_FIELD, \ argument
669 PHP_METHOD(UPPER_CLASS, get##UPPER_FIELD) { \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c619 #define PHP_PROTO_FIELD_ACCESSORS(UPPER_CLASS, LOWER_CLASS, UPPER_FIELD, \ argument
621 PHP_METHOD(UPPER_CLASS, get##UPPER_FIELD) { \
630 PHP_METHOD(UPPER_CLASS, set##UPPER_FIELD) { \
643 #define PHP_PROTO_ONEOF_FIELD_ACCESSORS(UPPER_CLASS, LOWER_CLASS, UPPER_FIELD, \ argument
645 PHP_METHOD(UPPER_CLASS, get##UPPER_FIELD) { \
654 PHP_METHOD(UPPER_CLASS, set##UPPER_FIELD) { \
667 #define PHP_PROTO_ONEOF_ACCESSORS(UPPER_CLASS, LOWER_CLASS, UPPER_FIELD, \ argument
669 PHP_METHOD(UPPER_CLASS, get##UPPER_FIELD) { \
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DAnnotationBinding.java159 value[index++] = elementType.getField(TypeConstants.UPPER_FIELD, true); in buildTargetAnnotation()
H A DTypeConstants.java89 char[] UPPER_FIELD = "FIELD".toCharArray(); //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DAnnotationBinding.java175 value[index++] = elementType.getField(TypeConstants.UPPER_FIELD, true); in buildTargetAnnotation()
H A DTypeConstants.java105 char[] UPPER_FIELD = "FIELD".toCharArray(); //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DAnnotation.java291 if (CharOperation.equals(elementName, TypeConstants.UPPER_FIELD)) in getTargetElementType()
550 if (CharOperation.equals(name, TypeConstants.UPPER_FIELD)) in evaluateElementTypeNullnessLocation()
705 builder.check(TagBits.AnnotationForField, TypeConstants.UPPER_FIELD); in checkContainerAnnotationTypeTarget()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DAnnotation.java275 if (CharOperation.equals(elementName, TypeConstants.UPPER_FIELD)) in getTargetElementType()
623 builder.check(TagBits.AnnotationForField, TypeConstants.UPPER_FIELD); in checkContainerAnnotationTypeTarget()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DClassFileInfo.java132 values.add(elementType + new String(TypeConstants.UPPER_FIELD)); in getTargetElementTypes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DBinaryIndexer.java120 addFieldReference(TypeConstants.UPPER_FIELD); in addBinaryTargetAnnotation()