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

P

P_TYPE - com.avpkit.core.IVideoPicture.PictType
 
P010BE - com.avpkit.core.IPixelFormat.Type
like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, big-endian
P010LE - com.avpkit.core.IPixelFormat.Type
like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, little-endian
P016BE - com.avpkit.core.IPixelFormat.Type
like NV12, with 16bpp per component, big-endian
P016LE - com.avpkit.core.IPixelFormat.Type
like NV12, with 16bpp per component, little-endian
paint(Graphics) - Method in class com.avpkit.core.demos.VideoImage.ImageComponent
 
PAL8 - com.avpkit.core.IPixelFormat.Type
8 bits with RGB32 palette
PARAMETERS - com.avpkit.mediatool.IMediaDebugListener.Mode
log parameters passed to the event
PARSE_FULL - com.avpkit.core.IStream.ParseType
full parsing and repack
PARSE_FULL_ONCE - com.avpkit.core.IStream.ParseType
full parsing and repack of the first frame only, only implemented for H.264 currently
PARSE_FULL_RAW - com.avpkit.core.IStream.ParseType
full parsing and repack with timestamp and position generation by parser for raw
this assumes that each packet in the file contains no demuxer level headers and
just codec level data, otherwise position generation would fail
PARSE_HEADERS - com.avpkit.core.IStream.ParseType
Only parse headers, do not repack.
PARSE_NONE - com.avpkit.core.IStream.ParseType
 
PARSE_TIMESTAMPS - com.avpkit.core.IStream.ParseType
full parsing and interpolation of timestamps for frames not starting on a packet boundary
parseOptions(Options, String[]) - Method in class com.avpkit.core.Converter
Given a set of arguments passed into this object, return back a parsed command line.
playAudio() - Method in enum com.avpkit.mediatool.IMediaViewer.Mode
Does this mode play audio?
positive(IRational) - Static method in class com.avpkit.core.IRational
Is this number not null and positive.
postInterruptCheck(boolean) - Method in interface com.avpkit.ferry.JNIThreadProxy.Interruptable
Called AFTER native code calls Thread.interrupted() and allows the caller to override the returned value if desired.
preInterruptCheck() - Method in interface com.avpkit.ferry.JNIThreadProxy.Interruptable
Called BEFORE native code calls Thread.interrupted().
prepare(int, int) - Method in class com.avpkit.core.TestAudioSamplesGenerator
 
prepare(int, int, long) - Method in class com.avpkit.core.TestAudioSamplesGenerator
 
printConfigurable(PrintStream, IConfigurable) - Static method in class com.avpkit.core.Configuration
Print out all configurable options on the IConfigurable object.
printHelp(PrintStream) - Static method in class com.avpkit.core.Configuration
Print out help about this AVPKit installation.
printOption(PrintStream, IConfigurable, IProperty) - Static method in class com.avpkit.core.Configuration
Print information about the property on the configurable object.
printSupportedCodecs(PrintStream) - Static method in class com.avpkit.core.Configuration
Print out all installed and supported codecs on this system.
printSupportedContainerFormats(PrintStream) - Static method in class com.avpkit.core.Configuration
Print out all installed and supported container formats on this system.
printSupportedContainerProperties(PrintStream) - Static method in class com.avpkit.core.Configuration
Print out all IContainer supported properties.
printSupportedStreamCoderProperties(PrintStream) - Static method in class com.avpkit.core.Configuration
Print out all IStreamCoder supported properties.
printSupportedVideoResamplerProperties(PrintStream) - Static method in class com.avpkit.core.Configuration
Print out all IVideoResampler supported properties, if that option is supported in this version of AVPKit.
PROPERTY_BINARY - com.avpkit.core.IProperty.Type
offset must point to a pointer immediately followed by an int for the length
PROPERTY_BOOL - com.avpkit.core.IProperty.Type
 
PROPERTY_CHANNEL_LAYOUT - com.avpkit.core.IProperty.Type
 
PROPERTY_COLOR - com.avpkit.core.IProperty.Type
 
PROPERTY_CONST - com.avpkit.core.IProperty.Type
 
PROPERTY_DICT - com.avpkit.core.IProperty.Type
 
PROPERTY_DOUBLE - com.avpkit.core.IProperty.Type
 
PROPERTY_DURATION - com.avpkit.core.IProperty.Type
 
PROPERTY_FLAGS - com.avpkit.core.IProperty.Type
 
PROPERTY_FLOAT - com.avpkit.core.IProperty.Type
 
PROPERTY_IMAGE_SIZE - com.avpkit.core.IProperty.Type
offset must point to two consecutive integers
PROPERTY_INT - com.avpkit.core.IProperty.Type
 
PROPERTY_INT64 - com.avpkit.core.IProperty.Type
 
PROPERTY_PIXEL_FMT - com.avpkit.core.IProperty.Type
 
PROPERTY_RATIONAL - com.avpkit.core.IProperty.Type
 
PROPERTY_SAMPLE_FMT - com.avpkit.core.IProperty.Type
 
PROPERTY_SEARCH_CHILDREN - com.avpkit.core.IProperty.Search
Search children first
PROPERTY_SEARCH_DEFAULT - com.avpkit.core.IProperty.Search
Do not search child options
PROPERTY_STRING - com.avpkit.core.IProperty.Type
 
PROPERTY_UINT64 - com.avpkit.core.IProperty.Type
 
PROPERTY_UNKNOWN - com.avpkit.core.IProperty.Type
 
PROPERTY_VIDEO_RATE - com.avpkit.core.IProperty.Type
offset must point to AVRational
put(byte[], int, int, int) - Method in class com.avpkit.core.IMediaData
Absolute bulk put method.
put(byte[], int, int, int) - Method in class com.avpkit.ferry.IBuffer
Absolute bulk put method.
put(char[], int, int, int) - Method in class com.avpkit.core.IMediaData
Absolute bulk put method.
put(char[], int, int, int) - Method in class com.avpkit.ferry.IBuffer
Absolute bulk put method.
put(double[], int, int, int) - Method in class com.avpkit.core.IMediaData
Absolute bulk put method.
put(double[], int, int, int) - Method in class com.avpkit.ferry.IBuffer
Absolute bulk put method.
put(float[], int, int, int) - Method in class com.avpkit.core.IMediaData
Absolute bulk put method.
put(float[], int, int, int) - Method in class com.avpkit.ferry.IBuffer
Absolute bulk put method.
put(int[], int, int, int) - Method in class com.avpkit.core.IMediaData
Absolute bulk put method.
put(int[], int, int, int) - Method in class com.avpkit.ferry.IBuffer
Absolute bulk put method.
put(long[], int, int, int) - Method in class com.avpkit.core.IMediaData
Absolute bulk put method.
put(long[], int, int, int) - Method in class com.avpkit.ferry.IBuffer
Absolute bulk put method.
put(short[], int, int, int) - Method in class com.avpkit.core.IMediaData
Absolute bulk put method.
put(short[], int, int, int) - Method in class com.avpkit.ferry.IBuffer
Absolute bulk put method.
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