FFmpeg
|
reference-counted frame API More...
#include <stddef.h>
#include <stdint.h>
#include "avutil.h"
#include "buffer.h"
#include "dict.h"
#include "rational.h"
#include "samplefmt.h"
#include "pixfmt.h"
#include "version.h"
Go to the source code of this file.
Data Structures | |
struct | AVFrameSideData |
Structure to hold side data for an AVFrame. More... | |
struct | AVRegionOfInterest |
Structure describing a single Region Of Interest. More... | |
struct | AVFrame |
This structure describes decoded (raw) audio or video data. More... | |
Macros | |
#define | AV_NUM_DATA_POINTERS 8 |
#define | AV_FRAME_FLAG_CORRUPT (1 << 0) |
The frame data may be corrupted, e.g. More... | |
#define | AV_FRAME_FLAG_DISCARD (1 << 2) |
A flag to mark the frames which need to be decoded, but shouldn't be output. More... | |
#define | FF_DECODE_ERROR_INVALID_BITSTREAM 1 |
#define | FF_DECODE_ERROR_MISSING_REFERENCE 2 |
#define | FF_DECODE_ERROR_CONCEALMENT_ACTIVE 4 |
#define | FF_DECODE_ERROR_DECODE_SLICES 8 |
reference-counted frame API
Definition in file frame.h.
#define AV_NUM_DATA_POINTERS 8 |
Definition at line 315 of file frame.h.
Referenced by ac3_decode_frame(), alloc_bind_mem(), audio_get_buffer(), avcodec_align_dimensions(), avcodec_fill_audio_frame(), create_cv_pixel_buffer(), decode_frame(), draw_slice(), ff_draw_horiz_band(), ff_frame_pool_get(), ff_framequeue_skip_samples(), ff_h264_draw_horiz_band(), frame_add_buf(), get_audio_buffer(), map_buffers(), opencl_get_plane_format(), opencl_map_frame(), opencl_transfer_data_from(), opencl_transfer_data_to(), opencl_unmap_frame(), prepare_frame(), process_frames(), transfer_image_buf(), unmap_buffers(), video_get_buffer(), vp3_draw_horiz_band(), vulkan_map_frame_to_mem(), vulkan_pool_alloc(), vulkan_transfer_data(), vulkan_transfer_data_to(), and vulkan_unmap_frame().
#define FF_DECODE_ERROR_INVALID_BITSTREAM 1 |
Definition at line 610 of file frame.h.
Referenced by ac3_decode_frame(), cpia_decode_frame(), decode_picture(), and ff_v4l2_buffer_buf_to_avframe().
#define FF_DECODE_ERROR_CONCEALMENT_ACTIVE 4 |
Definition at line 612 of file frame.h.
Referenced by ff_er_frame_end().
#define FF_DECODE_ERROR_DECODE_SLICES 8 |
Definition at line 613 of file frame.h.
Referenced by decode_nal_units().