int |
IBufferSource.addVideoPicture(IVideoPicture picture) |
Adds picture to this filter
|
protected IVideoPicture |
Converter.alterVideoFrame(IVideoPicture videoFrame) |
Allow child class to override this method to alter the video frame before
it is rencoded and written.
|
boolean |
IVideoPicture.copy(IVideoPicture srcPicture) |
Copy the contents of the given picture into this picture.
|
IBufferSource |
IFilterChain.createVideoSource(IVideoPicture picture,
IRational frame_rate) |
|
int |
IStreamCoder.decodeVideo(IVideoPicture pOutFrame,
IPacket packet,
int byteOffset) |
Decode this packet into pOutFrame.
The caller is responsible for allocating the
IVideoPicture object.
|
int |
IStreamCoder.encodeVideo(IPacket pOutPacket,
IVideoPicture pFrame,
int suggestedBufferSize) |
Encode the given frame using this StreamCoder.
The VideoPicture will allocate a buffer to use internally for this, and
will free it when the frame destroys itself.
Also, when done in order to flush the encoder, caller should call
this method passing in 0 (null) for pFrame to tell the encoder
to flush any data it was keeping a hold of.
|
int |
IBufferSink.fillVideoPicture(IVideoPicture picture) |
Fills this video picture with filtered data
|
static long |
IVideoPicture.getCPtr(IVideoPicture obj) |
Internal Only.
|
static short |
IPixelFormat.getYUV420PPixel(IVideoPicture frame,
int x,
int y,
IPixelFormat.YUVColorComponent c) |
Returns the byte for the coordinates at x and y for the color component c.
|
static int |
IPixelFormat.getYUV420PPixelOffset(IVideoPicture frame,
int x,
int y,
IPixelFormat.YUVColorComponent c) |
For a given x and y in a frame, and a given color components, this method
tells you how far into the actual data you'd have to go to find the byte that
represents that color/coordinate combination.
|
static int |
AVPKitJNI.IBufferSink_fillVideoPicture(long jarg1,
IBufferSink jarg1_,
long jarg2,
IVideoPicture jarg2_) |
|
static int |
AVPKitJNI.IBufferSource_addVideoPicture(long jarg1,
IBufferSource jarg1_,
long jarg2,
IVideoPicture jarg2_) |
|
static long |
AVPKitJNI.IFilterChain_createVideoSource__SWIG_1(long jarg1,
IFilterChain jarg1_,
long jarg2,
IVideoPicture jarg2_,
long jarg3,
IRational jarg3_) |
|
static short |
AVPKitJNI.IPixelFormat_getYUV420PPixel(long jarg1,
IVideoPicture jarg1_,
int jarg2,
int jarg3,
int jarg4) |
|
static int |
AVPKitJNI.IPixelFormat_getYUV420PPixelOffset(long jarg1,
IVideoPicture jarg1_,
int jarg2,
int jarg3,
int jarg4) |
|
static void |
AVPKitJNI.IPixelFormat_setYUV420PPixel(long jarg1,
IVideoPicture jarg1_,
int jarg2,
int jarg3,
int jarg4,
short jarg5) |
|
static int |
AVPKitJNI.IStreamCoder_decodeVideo(long jarg1,
IStreamCoder jarg1_,
long jarg2,
IVideoPicture jarg2_,
long jarg3,
IPacket jarg3_,
int jarg4) |
|
static int |
AVPKitJNI.IStreamCoder_encodeVideo(long jarg1,
IStreamCoder jarg1_,
long jarg2,
IPacket jarg2_,
long jarg3,
IVideoPicture jarg3_,
int jarg4) |
|
static boolean |
AVPKitJNI.IVideoPicture_copy(long jarg1,
IVideoPicture jarg1_,
long jarg2,
IVideoPicture jarg2_) |
|
static int |
AVPKitJNI.IVideoPicture_getDataLineSize(long jarg1,
IVideoPicture jarg1_,
int jarg2) |
|
static int |
AVPKitJNI.IVideoPicture_getHeight(long jarg1,
IVideoPicture jarg1_) |
|
static int |
AVPKitJNI.IVideoPicture_getPictureType(long jarg1,
IVideoPicture jarg1_) |
|
static int |
AVPKitJNI.IVideoPicture_getPixelType(long jarg1,
IVideoPicture jarg1_) |
|
static long |
AVPKitJNI.IVideoPicture_getPts(long jarg1,
IVideoPicture jarg1_) |
|
static int |
AVPKitJNI.IVideoPicture_getQuality(long jarg1,
IVideoPicture jarg1_) |
|
static int |
AVPKitJNI.IVideoPicture_getSize(long jarg1,
IVideoPicture jarg1_) |
|
static int |
AVPKitJNI.IVideoPicture_getWidth(long jarg1,
IVideoPicture jarg1_) |
|
static boolean |
AVPKitJNI.IVideoPicture_isComplete(long jarg1,
IVideoPicture jarg1_) |
|
static boolean |
AVPKitJNI.IVideoPicture_isKeyFrame(long jarg1,
IVideoPicture jarg1_) |
|
static long |
AVPKitJNI.IVideoPicture_make__SWIG_1(long jarg1,
IVideoPicture jarg1_) |
|
static void |
AVPKitJNI.IVideoPicture_render__SWIG_0(long jarg1,
IVideoPicture jarg1_,
boolean jarg2,
long jarg3) |
|
static void |
AVPKitJNI.IVideoPicture_render__SWIG_1(long jarg1,
IVideoPicture jarg1_,
boolean jarg2) |
|
static void |
AVPKitJNI.IVideoPicture_render__SWIG_2(long jarg1,
IVideoPicture jarg1_) |
|
static void |
AVPKitJNI.IVideoPicture_setComplete(long jarg1,
IVideoPicture jarg1_,
boolean jarg2,
int jarg3,
int jarg4,
int jarg5,
long jarg6) |
|
static void |
AVPKitJNI.IVideoPicture_setKeyFrame(long jarg1,
IVideoPicture jarg1_,
boolean jarg2) |
|
static void |
AVPKitJNI.IVideoPicture_setPictureType(long jarg1,
IVideoPicture jarg1_,
int jarg2) |
|
static void |
AVPKitJNI.IVideoPicture_setPts(long jarg1,
IVideoPicture jarg1_,
long jarg2) |
|
static void |
AVPKitJNI.IVideoPicture_setQuality(long jarg1,
IVideoPicture jarg1_,
int jarg2) |
|
static void |
AVPKitJNI.IVideoPicture_setSideData(long jarg1,
IVideoPicture jarg1_,
int jarg2,
long jarg3,
IBuffer jarg3_) |
|
static int |
AVPKitJNI.IVideoResampler_resample(long jarg1,
IVideoResampler jarg1_,
long jarg2,
IVideoPicture jarg2_,
long jarg3,
IVideoPicture jarg3_) |
|
static IVideoPicture |
IVideoPicture.make(IVideoPicture src) |
Get a new picture by copying the data in an existing frame.
|
int |
IVideoResampler.resample(IVideoPicture outVideoPicture,
IVideoPicture inVideoPicture) |
Resample in to out based on the resampler parameters.
Resamples the in picture based on the parameters set when
this resampler was constructed.
|
static void |
IPixelFormat.setYUV420PPixel(IVideoPicture frame,
int x,
int y,
IPixelFormat.YUVColorComponent c,
short value) |
Sets the value of the color component c at the coordinates x and y in the given frame.
|
static java.awt.image.BufferedImage |
Utils.videoPictureToImage(IVideoPicture picture) |
Deprecated.
|