次の方法で共有


ImageFormat.YcbcrP010 フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.

Android YUV P010 形式。

[Android.Runtime.Register("YCBCR_P010", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType YcbcrP010 = 54;
[<Android.Runtime.Register("YCBCR_P010", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable YcbcrP010 : Android.Graphics.ImageFormatType

フィールド値

Value = 54
属性

注釈

Android YUV P010 形式。

P010 は、WxH Y 平面と Wx(H/2) CbCr プレーンで構成される 4:2:0 YCbCr 半平面形式です。 各サンプルは 16 ビットのリトル エンディアン値で表され、下位 6 ビットは 0 に設定されます。

たとえば、 でこの形式が android.media.Image サポートされている場合、 オブジェクトは、 から android.hardware.camera2.CameraDevice オブジェクトまでの android.media.ImageReader この形式の android.hardware.camera2.CameraDeviceデータを提供できます。

の Java ドキュメント android.graphics.ImageFormat.YCBCR_P010

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象