A B C D E F G H I J L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- B_TYPE - com.avpkit.core.IVideoPicture.PictType
- Balls - Interface in com.avpkit.mediatool.demos
-
An API for getting images and sounds representing
Ballsthat are to be encoded into a video. - BAYER_BGGR16BE - com.avpkit.core.IPixelFormat.Type
-
bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, big-endian
- BAYER_BGGR16LE - com.avpkit.core.IPixelFormat.Type
-
bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, little-endian
- BAYER_BGGR8 - com.avpkit.core.IPixelFormat.Type
-
bayer, BGBG..(odd line), GRGR..(even line), 8-bit samples
- BAYER_GBRG16BE - com.avpkit.core.IPixelFormat.Type
-
bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, big-endian
- BAYER_GBRG16LE - com.avpkit.core.IPixelFormat.Type
-
bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, little-endian
- BAYER_GBRG8 - com.avpkit.core.IPixelFormat.Type
-
bayer, GBGB..(odd line), RGRG..(even line), 8-bit samples
- BAYER_GRBG16BE - com.avpkit.core.IPixelFormat.Type
-
bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, big-endian
- BAYER_GRBG16LE - com.avpkit.core.IPixelFormat.Type
-
bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, little-endian
- BAYER_GRBG8 - com.avpkit.core.IPixelFormat.Type
-
bayer, GRGR..(odd line), BGBG..(even line), 8-bit samples
- BAYER_RGGB16BE - com.avpkit.core.IPixelFormat.Type
-
bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, big-endian
- BAYER_RGGB16LE - com.avpkit.core.IPixelFormat.Type
-
bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, little-endian
- BAYER_RGGB8 - com.avpkit.core.IPixelFormat.Type
-
bayer, RGRG..(odd line), GBGB..(even line), 8-bit samples
- BGR0 - com.avpkit.core.IPixelFormat.Type
-
packed BGR 8:8:8, 32bpp, BGRXBGRX...
- BGR24 - com.avpkit.core.IPixelFormat.Type
-
packed RGB 8:8:8, 24bpp, BGRBGR...
- BGR4 - com.avpkit.core.IPixelFormat.Type
-
packed RGB 1:2:1 bitstream, 4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits
- BGR4_BYTE - com.avpkit.core.IPixelFormat.Type
-
packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb)
- BGR444BE - com.avpkit.core.IPixelFormat.Type
-
packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), big-endian, X=unused/undefined
- BGR444LE - com.avpkit.core.IPixelFormat.Type
-
packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), little-endian, X=unused/undefined
- BGR48BE - com.avpkit.core.IPixelFormat.Type
-
packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as big-endian
- BGR48LE - com.avpkit.core.IPixelFormat.Type
-
packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as little-endian
- BGR555BE - com.avpkit.core.IPixelFormat.Type
-
packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), big-endian , X=unused/undefined
- BGR555LE - com.avpkit.core.IPixelFormat.Type
-
packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), little-endian, X=unused/undefined
- BGR565BE - com.avpkit.core.IPixelFormat.Type
-
packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian
- BGR565LE - com.avpkit.core.IPixelFormat.Type
-
packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), little-endian
- BGR8 - com.avpkit.core.IPixelFormat.Type
-
packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb)
- BGRA - com.avpkit.core.IPixelFormat.Type
-
packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
- BGRA64BE - com.avpkit.core.IPixelFormat.Type
-
packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian
- BGRA64LE - com.avpkit.core.IPixelFormat.Type
-
packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian
- BgrConverter - Class in com.avpkit.core.video
-
A converter to translate
IVideoPictures to and fromBufferedImages of typeBufferedImage.TYPE_3BYTE_BGR. - BgrConverter(IPixelFormat.Type, int, int, int, int) - Constructor for class com.avpkit.core.video.BgrConverter
-
Construct as converter to translate
IVideoPictures to and fromBufferedImages of typeBufferedImage.TYPE_3BYTE_BGR. - BI_TYPE - com.avpkit.core.IVideoPicture.PictType
- Builder() - Constructor for class com.avpkit.ferry.ITempFileCreator.Builder
All Classes All Packages