| 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.
|
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.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()
Deprecated.
use the quality factor packet side data instead
|
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.crop_bottom(long crop_bottom) |
avutil.AVFrame |
avutil.AVFrame.crop_left(long crop_left) |
avutil.AVFrame |
avutil.AVFrame.crop_right(long crop_right) |
avutil.AVFrame |
avutil.AVFrame.crop_top(long crop_top) |
avutil.AVFrame |
avutil.AVFrame.data(int i,
BytePointer data) |
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_buf(PointerPointer extended_buf) |
avutil.AVFrame |
avutil.AVFrame.extended_data(int i,
BytePointer extended_data) |
avutil.AVFrame |
avutil.AVFrame.extended_data(PointerPointer 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.hw_frames_ctx(avutil.AVBufferRef hw_frames_ctx) |
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.metadata(avutil.AVDictionary metadata) |
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_ref(avutil.AVBufferRef opaque_ref) |
avutil.AVFrame |
avutil.AVFrame.opaque(Pointer opaque) |
avutil.AVFrame |
avutil.AVFrame.palette_has_changed(int palette_has_changed) |
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(long 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.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.side_data(PointerPointer side_data) |
avutil.AVFrame |
avutil.AVFrame.top_field_first(int top_field_first) |
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 int |
avutil.av_frame_apply_cropping(avutil.AVFrame frame,
int flags)
Crop the given video AVFrame according to its crop_left/crop_top/crop_right/
crop_bottom fields.
|
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 an 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 an 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)
Deprecated.
|
static int |
avcodec.avcodec_decode_audio4(avcodec.AVCodecContext avctx,
avutil.AVFrame frame,
IntBuffer got_frame_ptr,
avcodec.AVPacket avpkt)
Deprecated.
|
static int |
avcodec.avcodec_decode_audio4(avcodec.AVCodecContext avctx,
avutil.AVFrame frame,
IntPointer got_frame_ptr,
avcodec.AVPacket avpkt)
Deprecated.
Use avcodec_send_packet() and avcodec_receive_frame().
|
static int |
avcodec.avcodec_decode_video2(avcodec.AVCodecContext avctx,
avutil.AVFrame picture,
int[] got_picture_ptr,
avcodec.AVPacket avpkt)
Deprecated.
|
static int |
avcodec.avcodec_decode_video2(avcodec.AVCodecContext avctx,
avutil.AVFrame picture,
IntBuffer got_picture_ptr,
avcodec.AVPacket avpkt)
Deprecated.
|
static int |
avcodec.avcodec_decode_video2(avcodec.AVCodecContext avctx,
avutil.AVFrame picture,
IntPointer got_picture_ptr,
avcodec.AVPacket avpkt)
Deprecated.
Use avcodec_send_packet() and avcodec_receive_frame().
|
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_encode_audio2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
int[] got_packet_ptr)
Deprecated.
|
static int |
avcodec.avcodec_encode_audio2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntBuffer got_packet_ptr)
Deprecated.
|
static int |
avcodec.avcodec_encode_audio2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntPointer got_packet_ptr)
Deprecated.
use avcodec_send_frame()/avcodec_receive_packet() instead
|
static int |
avcodec.avcodec_encode_video2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
int[] got_packet_ptr)
Deprecated.
|
static int |
avcodec.avcodec_encode_video2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntBuffer got_packet_ptr)
Deprecated.
|
static int |
avcodec.avcodec_encode_video2(avcodec.AVCodecContext avctx,
avcodec.AVPacket avpkt,
avutil.AVFrame frame,
IntPointer got_packet_ptr)
Deprecated.
use avcodec_send_frame()/avcodec_receive_packet() instead
|
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 int |
avcodec.avcodec_receive_frame(avcodec.AVCodecContext avctx,
avutil.AVFrame frame)
Return decoded output data from a decoder.
|
static int |
avcodec.avcodec_send_frame(avcodec.AVCodecContext avctx,
avutil.AVFrame frame)
Supply a raw video or audio frame to the encoder.
|
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.AVCodec.Send_frame_AVCodecContext_AVFrame.call(avcodec.AVCodecContext avctx,
avutil.AVFrame frame) |
int |
avcodec.AVCodec.Receive_frame_AVCodecContext_AVFrame.call(avcodec.AVCodecContext avctx,
avutil.AVFrame frame) |
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) |
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 © 2018. All rights reserved.