Searched refs:standard (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp60 // NOTE: there is no close match to the matrix used by standard film, chose closest
116 int32_t standard,
119 if (sStandards.map((ColorStandard)standard, &res)) {
128 if (standard >= (int32_t)kColorStandardVendorStart) {
133 if (standard >= start && standard < start + numPrimaries * numCoeffs) {
134 int32_t product = standard - start;
231 int32_t range, int32_t standard, int32_t transfer, ColorAspects &aspects) {
234 standard, &aspects.mPrimaries, &aspects.mMatrixCoeffs);
241 const ColorAspects &aspects, int32_t *range, int32_t *standard, int32_
115 unwrapColorAspectsFromColorStandard( int32_t standard, ColorAspects::Primaries *primaries, ColorAspects::MatrixCoeffs *coeffs) argument
230 convertPlatformColorAspectsToCodecAspects( int32_t range, int32_t standard, int32_t transfer, ColorAspects &aspects) argument
240 convertCodecColorAspectsToPlatformAspects( const ColorAspects &aspects, int32_t *range, int32_t *standard, int32_t *transfer) argument
498 ColorStandard standard = kColorStandardBT709; local
523 getColorConfigFromFormat( const sp<AMessage> &format, int32_t *range, int32_t *standard, int32_t *transfer) argument
553 int32_t range, standard, transfer; local
579 int32_t range = 0, standard = 0, transfer = 0; local
[all...]
/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresentationInfo.java46 * @param standard Whether this is a platform-defined permission.
49 boolean granted, boolean standard) {
55 if (standard) {
48 RuntimePermissionPresentationInfo(CharSequence label, boolean granted, boolean standard) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DMediaSizeUtils.java38 /** The media size standard for all media sizes no standard is defined for */
57 * Get the standard the {@link MediaSize} belongs to.
62 * @return The standard the {@link MediaSize} belongs to
80 Integer standard = sMediaSizeToStandardMap.get(mediaSize);
81 return (standard != null) ? standard : sMediaSizeStandardIso;
85 * Comparator for ordering standard media sizes. The ones for the current
86 * standard go to the top and the ones for the other standards follow grouped
87 * by standard
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DColorUtils.h58 /* This marks a section of color-standard values that are not supported by graphics HAL,
63 /* This marks a section of color-standard values that are not supported by graphics HAL
111 // using int32_t for media range/standard/transfers to denote extended ranges
124 int32_t standard,
128 int32_t range, int32_t standard, int32_t transfer, ColorAspects &aspects);
130 const ColorAspects &aspects, int32_t *range, int32_t *standard, int32_t *transfer);
166 const sp<AMessage> &format, int *range, int *standard, int *transfer);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DColorUtils.h58 /* This marks a section of color-standard values that are not supported by graphics HAL,
63 /* This marks a section of color-standard values that are not supported by graphics HAL
111 // using int32_t for media range/standard/transfers to denote extended ranges
124 int32_t standard,
128 int32_t range, int32_t standard, int32_t transfer, ColorAspects &aspects);
130 const ColorAspects &aspects, int32_t *range, int32_t *standard, int32_t *transfer);
166 const sp<AMessage> &format, int *range, int *standard, int *transfer);
/frameworks/av/media/libstagefright/include/foundation/
H A DColorUtils.h58 /* This marks a section of color-standard values that are not supported by graphics HAL,
63 /* This marks a section of color-standard values that are not supported by graphics HAL
111 // using int32_t for media range/standard/transfers to denote extended ranges
124 int32_t standard,
128 int32_t range, int32_t standard, int32_t transfer, ColorAspects &aspects);
130 const ColorAspects &aspects, int32_t *range, int32_t *standard, int32_t *transfer);
166 const sp<AMessage> &format, int *range, int *standard, int *transfer);
/frameworks/rs/script_api/
H A Drs_debug.spec34 This function prints a message to the standard log, followed by the provided values.
H A Drs_object_types.spec180 The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp583 android_native_rect_t standard = {10, 20, 330, 200}; local
584 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &standard));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java84 /** Return value from {@link #checkDestination} for standard rate (non-premium) short codes. */
162 /** XML attribute for the standard rate short code regex pattern. */
163 private static final String ATTR_STANDARD = "standard";
333 String standard = parser.getAttributeValue(null, ATTR_STANDARD);
334 return new ShortCodePatternMatcher(pattern, premium, free, standard);
/frameworks/av/media/libstagefright/
H A DUtils.cpp138 msg->setInt32("color-standard", standardMsg);
1256 int32_t range = 0, standard = 0, transfer = 0; local
1258 (void)msg->findInt32("color-standard", &standard);
1264 range, standard, transfer, colorAspects) != OK) {
H A DACodec.cpp1705 ALOGW("[%s] Failed to set standard component role '%s'.",
2395 // Fallback to query through standard OMX index.
3149 // surface output, do not specify an output format, but expect a "usable" standard
3150 // OMX format. SW readable and standard formats must be flex-YUV.
3156 // - legacy "usable" standard formats
3158 // For legacy support, we prefer a standard format, but will settle for a SW readable
3187 // standard formats that were exposed to users before
3195 // find best legacy non-standard format
5212 int32_t range, standard, transfer; local
5213 convertCodecColorAspectsToPlatformAspects(aspects, &range, &standard,
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1305 milliseconds