| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avutil.AVFrame |
avutil.av_frame_alloc()
Allocate an AVFrame and set its fields to default values.
|
static avutil.AVFrame |
avutil.av_frame_clone(avutil.AVFrame src)
Create a new frame that references the same data as src.
|
static avutil.AVFrame |
avcodec.avcodec_alloc_frame()
Deprecated.
use av_frame_alloc()
|
avutil.AVFrame |
avutil.AVFrame.base(int i,
BytePointer base) |
avutil.AVFrame |
avutil.AVFrame.best_effort_timestamp(long best_effort_timestamp) |
avutil.AVFrame |
avutil.AVFrame.buf(int i,
avutil.AVBufferRef buf) |
avutil.AVFrame |
avutil.AVFrame.buffer_hints(int buffer_hints) |
avutil.AVFrame |
avfilter.AVFilterPad.Get_audio_buffer_AVFilterLink_int.call(avfilter.AVFilterLink link,
int nb_samples) |
avutil.AVFrame |
avfilter.AVFilterPad.Get_video_buffer_AVFilterLink_int_int.call(avfilter.AVFilterLink link,
int w,
int h) |
avutil.AVFrame |
avutil.AVFrame.channel_layout(long channel_layout) |
avutil.AVFrame |
avutil.AVFrame.channels(int channels) |
avutil.AVFrame |
avutil.AVFrame.chroma_location(int chroma_location) |
avutil.AVFrame |
avcodec.AVCodecContext.coded_frame()
the picture in the bitstream
- encoding: Set by libavcodec.
|
avutil.AVFrame |
avutil.AVFrame.coded_picture_number(int coded_picture_number) |
avutil.AVFrame |
avutil.AVFrame.color_primaries(int color_primaries) |
avutil.AVFrame |
avutil.AVFrame.color_range(int color_range) |
avutil.AVFrame |
avutil.AVFrame.color_trc(int color_trc) |
avutil.AVFrame |
avutil.AVFrame.colorspace(int colorspace) |
avutil.AVFrame |
avutil.AVFrame.data(int i,
BytePointer data) |
avutil.AVFrame |
avutil.AVFrame.dct_coeff(ShortPointer dct_coeff) |
avutil.AVFrame |
avutil.AVFrame.decode_error_flags(int decode_error_flags) |
avutil.AVFrame |
avutil.AVFrame.display_picture_number(int display_picture_number) |
avutil.AVFrame |
avutil.AVFrame.error(int i,
long error) |
avutil.AVFrame |
avutil.AVFrame.extended_buf(int i,
avutil.AVBufferRef extended_buf) |
avutil.AVFrame |
avutil.AVFrame.extended_data(int i,
BytePointer extended_data) |
avutil.AVFrame |
avutil.AVFrame.flags(int flags) |
avutil.AVFrame |
avutil.AVFrame.format(int format) |
avutil.AVFrame |
avutil.AVFrame.height(int height) |
avutil.AVFrame |
avutil.AVFrame.hwaccel_picture_private(Pointer hwaccel_picture_private) |
avutil.AVFrame |
avutil.AVFrame.interlaced_frame(int interlaced_frame) |
avutil.AVFrame |
avutil.AVFrame.key_frame(int key_frame) |
avutil.AVFrame |
avutil.AVFrame.linesize(int i,
int linesize) |
avutil.AVFrame |
avutil.AVFrame.mb_type(IntPointer mb_type) |
avutil.AVFrame |
avutil.AVFrame.mbskip_table(BytePointer mbskip_table) |
avutil.AVFrame |
avutil.AVFrame.metadata(avutil.AVDictionary metadata) |
avutil.AVFrame |
avutil.AVFrame.motion_subsample_log2(byte motion_subsample_log2) |
avutil.AVFrame |
avutil.AVFrame.motion_val(int i,
int j,
int k,
short motion_val) |
avutil.AVFrame |
avutil.AVFrame.nb_extended_buf(int nb_extended_buf) |
avutil.AVFrame |
avutil.AVFrame.nb_samples(int nb_samples) |
avutil.AVFrame |
avutil.AVFrame.nb_side_data(int nb_side_data) |
avutil.AVFrame |
avutil.AVFrame.opaque(Pointer opaque) |
avutil.AVFrame |
avutil.AVFrame.owner(Pointer owner) |
avutil.AVFrame |
avutil.AVFrame.palette_has_changed(int palette_has_changed) |
avutil.AVFrame |
avutil.AVFrame.pan_scan(Pointer pan_scan) |
avutil.AVFrame |
avfilter.AVFilterLink.partial_buf()
Buffer partially filled with samples to achieve a fixed/minimum size.
|
avutil.AVFrame |
avutil.AVFrame.pict_type(int pict_type) |
avutil.AVFrame |
avutil.AVFrame.pkt_dts(long pkt_dts) |
avutil.AVFrame |
avutil.AVFrame.pkt_duration(long pkt_duration) |
avutil.AVFrame |
avutil.AVFrame.pkt_pos(long pkt_pos) |
avutil.AVFrame |
avutil.AVFrame.pkt_pts(long pkt_pts) |
avutil.AVFrame |
avutil.AVFrame.pkt_size(int pkt_size) |
avutil.AVFrame |
avutil.AVFrame.position(int position) |
avutil.AVFrame |
avutil.AVFrame.pts(long pts) |
avutil.AVFrame |
avutil.AVFrame.qp_table_buf(avutil.AVBufferRef qp_table_buf) |
avutil.AVFrame |
avutil.AVFrame.qscale_table(BytePointer qscale_table) |
avutil.AVFrame |
avutil.AVFrame.qscale_type(int qscale_type) |
avutil.AVFrame |
avutil.AVFrame.qstride(int qstride) |
avutil.AVFrame |
avutil.AVFrame.quality(int quality) |
avutil.AVFrame |
avutil.AVFrame.ref_index(int i,
BytePointer ref_index) |
avutil.AVFrame |
avutil.AVFrame.reference(int reference) |
avutil.AVFrame |
avutil.AVFrame.reordered_opaque(long reordered_opaque) |
avutil.AVFrame |
avutil.AVFrame.repeat_pict(int repeat_pict) |
avutil.AVFrame |
avutil.AVFrame.sample_aspect_ratio(avutil.AVRational sample_aspect_ratio) |
avutil.AVFrame |
avutil.AVFrame.sample_rate(int sample_rate) |
avutil.AVFrame |
avutil.AVFrame.side_data(int i,
avutil.AVFrameSideData side_data) |
avutil.AVFrame |
avutil.AVFrame.thread_opaque(Pointer thread_opaque) |
avutil.AVFrame |
avutil.AVFrame.top_field_first(int top_field_first) |
avutil.AVFrame |
avutil.AVFrame.type(int type) |
avutil.AVFrame |
avutil.AVFrame.width(int width) |
| Modifier and Type | Method and Description |
|---|---|
static int |
avfilter.av_buffersink_get_frame_flags(avfilter.AVFilterContext ctx,
avutil.AVFrame frame,
int flags)
Get a frame with filtered data from sink and put it in frame.
|
static int |
avfilter.av_buffersink_get_frame(avfilter.AVFilterContext ctx,
avutil.AVFrame frame)
Get a frame with filtered data from sink and put it in frame.
|
static int |
avfilter.av_buffersink_get_samples(avfilter.AVFilterContext ctx,
avutil.AVFrame frame,
int nb_samples)
Same as av_buffersink_get_frame(), but with the ability to specify the number
of samples read.
|
static int |
avfilter.av_buffersrc_add_frame_flags(avfilter.AVFilterContext buffer_src,
avutil.AVFrame frame,
int flags)
Add a frame to the buffer source.
|
static int |
avfilter.av_buffersrc_add_frame(avfilter.AVFilterContext ctx,
avutil.AVFrame frame)
Add a frame to the buffer source.
|
static int |
avfilter.av_buffersrc_write_frame(avfilter.AVFilterContext ctx,
avutil.AVFrame frame)
Add a frame to the buffer source.
|
static avutil.AVDownmixInfo |
avutil.av_downmix_info_update_side_data(avutil.AVFrame frame)
Get a frame's AV_FRAME_DATA_DOWNMIX_INFO side data for editing.
|
static avutil.AVFrame |
avutil.av_frame_clone(avutil.AVFrame src)
Create a new frame that references the same data as src.
|
static int |
avutil.av_frame_copy_props(avutil.AVFrame dst,
avutil.AVFrame src)
Copy only "metadata" fields from src to dst.
|
static int |
avutil.av_frame_copy(avutil.AVFrame dst,
avutil.AVFrame src)
Copy the frame data from src to dst.
|
static void |
avutil.av_frame_free(avutil.AVFrame frame) |
static long |
avutil.av_frame_get_best_effort_timestamp(avutil.AVFrame frame)
Accessors for some AVFrame fields.
|
static int |
avutil.av_frame_get_buffer(avutil.AVFrame frame,
int align)
Allocate new buffer(s) for audio or video data.
|
static long |
avutil.av_frame_get_channel_layout(avutil.AVFrame frame) |
static int |
avutil.av_frame_get_channels(avutil.AVFrame frame) |
static int |
avutil.av_frame_get_color_range(avutil.AVFrame frame) |
static int |
avutil.av_frame_get_colorspace(avutil.AVFrame frame) |
static int |
avutil.av_frame_get_decode_error_flags(avutil.AVFrame frame) |
static avutil.AVDictionary |
avutil.av_frame_get_metadata(avutil.AVFrame frame) |
static long |
avutil.av_frame_get_pkt_duration(avutil.AVFrame frame) |
static long |
avutil.av_frame_get_pkt_pos(avutil.AVFrame frame) |
static int |
avutil.av_frame_get_pkt_size(avutil.AVFrame frame) |
static avutil.AVBufferRef |
avutil.av_frame_get_plane_buffer(avutil.AVFrame frame,
int plane)
Get the buffer reference a given data plane is stored in.
|
static byte[] |
avutil.av_frame_get_qp_table(avutil.AVFrame f,
int[] stride,
int[] type) |
static ByteBuffer |
avutil.av_frame_get_qp_table(avutil.AVFrame f,
IntBuffer stride,
IntBuffer type) |
static BytePointer |
avutil.av_frame_get_qp_table(avutil.AVFrame f,
IntPointer stride,
IntPointer type) |
static int |
avutil.av_frame_get_sample_rate(avutil.AVFrame frame) |
static avutil.AVFrameSideData |
avutil.av_frame_get_side_data(avutil.AVFrame frame,
int type) |
static int |
avutil.av_frame_is_writable(avutil.AVFrame frame)
Check if the frame data is writable.
|
static int |
avutil.av_frame_make_writable(avutil.AVFrame frame)
Ensure that the frame data is writable, avoiding data copy if possible.
|
static void |
avutil.av_frame_move_ref(avutil.AVFrame dst,
avutil.AVFrame src)
Move everything contained in src to dst and reset src.
|
static avutil.AVFrameSideData |
avutil.av_frame_new_side_data(avutil.AVFrame frame,
int type,
int size)
Add a new side data to a frame.
|
static int |
avutil.av_frame_ref(avutil.AVFrame dst,
avutil.AVFrame src)
Set up a new reference to the data described by the source frame.
|
static void |
avutil.av_frame_remove_side_data(avutil.AVFrame frame,
int type)
If side data of the supplied type exists in the frame, free it and remove it
from the frame.
|
static void |
avutil.av_frame_set_best_effort_timestamp(avutil.AVFrame frame,
long val) |
static void |
avutil.av_frame_set_channel_layout(avutil.AVFrame frame,
long val) |
static void |
avutil.av_frame_set_channels(avutil.AVFrame frame,
int val) |
static void |
avutil.av_frame_set_color_range(avutil.AVFrame frame,
int val) |
static void |
avutil.av_frame_set_colorspace(avutil.AVFrame frame,
int val) |
static void |
avutil.av_frame_set_decode_error_flags(avutil.AVFrame frame,
int val) |
static void |
avutil.av_frame_set_metadata(avutil.AVFrame frame,
avutil.AVDictionary val) |
static void |
avutil.av_frame_set_pkt_duration(avutil.AVFrame frame,
long val) |
static void |
avutil.av_frame_set_pkt_pos(avutil.AVFrame frame,
long val) |
static void |
avutil.av_frame_set_pkt_size(avutil.AVFrame frame,
int val) |
static int |
avutil.av_frame_set_qp_table(avutil.AVFrame f,
avutil.AVBufferRef buf,
int stride,
int type) |
static void |
avutil.av_frame_set_sample_rate(avutil.AVFrame frame,
int val) |
static void |
avutil.av_frame_unref(avutil.AVFrame frame)
Unreference all the buffers referenced by frame and reset the frame fields.
|
static avutil.AVRational |
avformat.av_guess_frame_rate(avformat.AVFormatContext ctx,
avformat.AVStream stream,
avutil.AVFrame frame)
Guess the frame rate, based on both the container and codec information.
|
static avutil.AVRational |
avformat.av_guess_sample_aspect_ratio(avformat.AVFormatContext format,
avformat.AVStream stream,
avutil.AVFrame frame)
Guess the sample aspect ratio of a frame, based on both the stream and the
frame aspect ratio.
|
static int |
avformat.av_interleaved_write_uncoded_frame(avformat.AVFormatContext s,
int stream_index,
avutil.AVFrame frame)
Write a uncoded frame to an output media file.
|
static avutil.AVStereo3D |
avutil.av_stereo3d_create_side_data(avutil.AVFrame frame)
Allocate a complete AVFrameSideData and add it to the frame.
|
static int |
avformat.av_write_uncoded_frame(avformat.AVFormatContext s,
int stream_index,
avutil.AVFrame frame)
Write a uncoded frame to an output media file.
|
static int |
avcodec.avcodec_decode_audio4(avcodec.AVCodecContext avctx,
avutil.AVFrame frame,
int[] got_frame_ptr,
avcodec.AVPacket avpkt) |
static int |
avcodec.avcodec_decode_audio4(avcodec.AVCodecContext avctx,
avutil.AVFrame frame,
IntBuffer got_frame_ptr,
avcodec.AVPacket avpkt) |
static int |
avcodec.avcodec_decode_audio4(avcodec.AVCodecContext avctx,
avutil.AVFrame frame,
IntPointer got_frame_ptr,
avcodec.AVPacket avpkt)
Decode the audio frame of size avpkt->size from avpkt->data into frame.
|
static int |
avcodec.avcodec_decode_video2(avcodec.AVCodecContext avctx,
avutil.AVFrame picture,
int[] got_picture_ptr,
avcodec.AVPacket avpkt) |
static int |
avcodec.avcodec_decode_video2(avcodec.AVCodecContext avctx,
avutil.AVFrame picture,
IntBuffer got_picture_ptr,
avcodec.AVPacket avpkt) |
static int |
avcodec.avcodec_decode_video2(avcodec.AVCodecContext avctx,
avutil.AVFrame picture,
IntPointer got_picture_ptr,
avcodec.AVPacket avpkt)
Decode the video frame of size avpkt->size from avpkt->data into picture.
|
static int |
avcodec.avcodec_default_get_buffer(avcodec.AVCodecContext s,
avutil.AVFrame pic)
Deprecated.
|
static int |
avcodec.avcodec_default_get_buffer2(avcodec.AVCodecContext s,
avutil.AVFrame frame,
int flags)
The default callback for AVCodecContext.get_buffer2().
|
static int |
avcodec.avcodec_default_reget_buffer(avcodec.AVCodecContext s,
avutil.AVFrame pic)
Deprecated.
|
static void |
avcodec.avcodec_default_release_buffer(avcodec.AVCodecContext s,
avutil.AVFrame pic)
Deprecated.
|
static int |
avcodec.avcodec_encode_audio2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
int[] got_packet_ptr) |
static int |
avcodec.avcodec_encode_audio2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntBuffer got_packet_ptr) |
static int |
avcodec.avcodec_encode_audio2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntPointer got_packet_ptr)
Encode a frame of audio.
|
static int |
avcodec.avcodec_encode_video(avcodec.AVCodecContext avctx,
byte[] buf,
int buf_size,
avutil.AVFrame pict)
Deprecated.
|
static int |
avcodec.avcodec_encode_video(avcodec.AVCodecContext avctx,
ByteBuffer buf,
int buf_size,
avutil.AVFrame pict)
Deprecated.
|
static int |
avcodec.avcodec_encode_video(avcodec.AVCodecContext avctx,
BytePointer buf,
int buf_size,
avutil.AVFrame pict)
Deprecated.
use avcodec_encode_video2() instead.
Encode a video frame from pict into buf.
The input picture should be
stored using a specific format, namely avctx.pix_fmt.
|
static int |
avcodec.avcodec_encode_video2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
int[] got_packet_ptr) |
static int |
avcodec.avcodec_encode_video2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntBuffer got_packet_ptr) |
static int |
avcodec.avcodec_encode_video2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntPointer got_packet_ptr)
Encode a frame of video.
|
static int |
avcodec.avcodec_fill_audio_frame(avutil.AVFrame frame,
int nb_channels,
int sample_fmt,
byte[] buf,
int buf_size,
int align) |
static int |
avcodec.avcodec_fill_audio_frame(avutil.AVFrame frame,
int nb_channels,
int sample_fmt,
ByteBuffer buf,
int buf_size,
int align) |
static int |
avcodec.avcodec_fill_audio_frame(avutil.AVFrame frame,
int nb_channels,
int sample_fmt,
BytePointer buf,
int buf_size,
int align)
Fill AVFrame audio data and linesize pointers.
|
static void |
avcodec.avcodec_free_frame(avutil.AVFrame frame)
Deprecated.
|
static void |
avcodec.avcodec_get_frame_defaults(avutil.AVFrame frame)
Deprecated.
use av_frame_unref()
|
static int |
avfilter.avfilter_copy_buf_props(avutil.AVFrame dst,
avfilter.AVFilterBufferRef src)
Deprecated.
|
static int |
avfilter.avfilter_copy_frame_props(avfilter.AVFilterBufferRef dst,
avutil.AVFrame src)
Deprecated.
|
static PointerPointer |
avutil.avpriv_frame_get_metadatap(avutil.AVFrame frame) |
int |
avcodec.AVCodec.Encode2_AVCodecContext_AVPacket_AVFrame_IntPointer.call(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntPointer got_packet_ptr) |
int |
avcodec.AVCodecContext.Get_buffer_AVCodecContext_AVFrame.call(avcodec.AVCodecContext c,
avutil.AVFrame pic)
Deprecated.
|
void |
avcodec.AVCodecContext.Release_buffer_AVCodecContext_AVFrame.call(avcodec.AVCodecContext c,
avutil.AVFrame pic)
Deprecated.
|
int |
avcodec.AVCodecContext.Reget_buffer_AVCodecContext_AVFrame.call(avcodec.AVCodecContext c,
avutil.AVFrame pic)
Deprecated.
|
int |
avcodec.AVHWAccel.Alloc_frame_AVCodecContext_AVFrame.call(avcodec.AVCodecContext avctx,
avutil.AVFrame frame) |
int |
avcodec.AVCodecContext.Get_buffer2_AVCodecContext_AVFrame_int.call(avcodec.AVCodecContext s,
avutil.AVFrame frame,
int flags) |
void |
avcodec.AVCodecContext.Draw_horiz_band_AVCodecContext_AVFrame_IntPointer_int_int_int.call(avcodec.AVCodecContext s,
avutil.AVFrame src,
IntPointer offset,
int y,
int type,
int height) |
int |
avfilter.AVFilterPad.Filter_frame_AVFilterLink_AVFrame.call(avfilter.AVFilterLink link,
avutil.AVFrame frame) |
avcodec.AVCodecContext |
avcodec.AVCodecContext.coded_frame(avutil.AVFrame coded_frame) |
avfilter.AVFilterLink |
avfilter.AVFilterLink.partial_buf(avutil.AVFrame partial_buf) |
static int |
swresample.swr_config_frame(swresample.SwrContext swr,
avutil.AVFrame out,
avutil.AVFrame in)
Configure or reconfigure the SwrContext using the information
provided by the AVFrames.
|
static int |
swresample.swr_convert_frame(swresample.SwrContext swr,
avutil.AVFrame output,
avutil.AVFrame input)
Convert the samples in the input AVFrame and write them to the output AVFrame.
|
Copyright © 2015. All Rights Reserved.