Go to the documentation of this file.
39 const AVFrame *pict,
int *got_packet)
42 uint8_t *bytestream, *ptr;
43 const uint16_t
flip = (1 << 15);
44 uint64_t data_size = 0, padded_data_size = 0;
45 int ret, bitpix, naxis3 = 1,
i, j, k, bytes_left;
46 int map[] = {2, 0, 1, 3};
81 data_size = (bitpix >> 3) * avctx->
height * avctx->
width * naxis3;
82 padded_data_size = ((data_size + 2879) / 2880 ) * 2880;
89 for (k = 0; k < naxis3; k++) {
93 for (j = 0; j < avctx->
width; j++) {
95 bytestream_put_be16(&bytestream,
AV_RB16(ptr) ^
flip);
99 memcpy(bytestream, ptr, avctx->
width);
100 bytestream += avctx->
width;
105 bytes_left = padded_data_size - data_size;
106 memset(bytestream, 0, bytes_left);
AVPixelFormat
Pixel format.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
@ AV_PIX_FMT_GBRP16BE
planar GBR 4:4:4 48bpp, big-endian
This structure describes decoded (raw) audio or video data.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
@ AV_PIX_FMT_GRAY16BE
Y , 16bpp, big-endian.
@ AV_PIX_FMT_GBRAP
planar GBRA 4:4:4:4 32bpp
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
@ AV_PIX_FMT_GBRAP16BE
planar GBRA 4:4:4:4 64bpp, big-endian
@ AV_PIX_FMT_GRAY8
Y , 8bpp.
static int fits_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static void flip(AVCodecContext *avctx, AVFrame *frame)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define i(width, name, range_min, range_max)
const char * name
Name of the codec implementation.
enum AVPixelFormat pix_fmt
Pixel format, see AV_PIX_FMT_xxx.
main external API structure.
int ff_get_encode_buffer(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int flags)
Get a buffer for a packet.
const AVCodec ff_fits_encoder
@ AV_PIX_FMT_GBRP
planar GBR 4:4:4 24bpp
const VDPAUPixFmtMap * map
This structure stores compressed data.
int width
picture width / height.
int linesize[AV_NUM_DATA_POINTERS]
For video, a positive or negative value, which is typically indicating the size in bytes of each pict...
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_RB16