Home
last modified time | relevance | path

Searched refs:bytestream2_put_buffer (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dexrenc.c371 bytestream2_put_buffer(pb, "channels\0chlist\0", 16); in encode_frame()
384 bytestream2_put_buffer(pb, "compression\0compression\0", 24); in encode_frame()
388 bytestream2_put_buffer(pb, "dataWindow\0box2i\0", 17); in encode_frame()
395 bytestream2_put_buffer(pb, "displayWindow\0box2i\0", 20); in encode_frame()
402 bytestream2_put_buffer(pb, "lineOrder\0lineOrder\0", 20); in encode_frame()
406 bytestream2_put_buffer(pb, "screenWindowCenter\0v2f\0", 23); in encode_frame()
410 bytestream2_put_buffer(pb, "screenWindowWidth\0float\0", 24); in encode_frame()
415 bytestream2_put_buffer(pb, "pixelAspectRatio\0float\0", 23); in encode_frame()
421 bytestream2_put_buffer(pb, "framesPerSecond\0rational\0", 25); in encode_frame()
427 bytestream2_put_buffer(pb, "gamma\0float\0", 12); in encode_frame()
[all …]
Dnotchlc.c103 bytestream2_put_buffer(pb, history, HISTORY_SIZE); in lz4_decompress()
137 bytestream2_put_buffer(pb, history, HISTORY_SIZE); in lz4_decompress()
145 bytestream2_put_buffer(pb, history, pos); in lz4_decompress()
Dsunrastenc.c132 bytestream2_put_buffer(&s->p, ptr, len); in sunrast_image_write_image()
Dbytestream.h286 static av_always_inline unsigned int bytestream2_put_buffer(PutByteContext *p, in bytestream2_put_buffer() function
Dvaapi_encode_mjpeg.c271 bytestream2_put_buffer(&pbc, "JFIF", 5); in vaapi_encode_mjpeg_init_picture_params()
Dutvideoenc.c505 bytestream2_put_buffer(pb, c->slice_bits, slice_len); in encode_plane()
Daudiotoolboxdec.c263 bytestream2_put_buffer(&pb, at->extradata, at->extradata_size); in ffat_get_magic_cookie()
Dvideotoolbox.c628 bytestream2_put_buffer(&pb, avctx->extradata, avctx->extradata_size); in videotoolbox_esds_extradata_create()
/third_party/ffmpeg/libavformat/
Drtpdec_jpeg.c114 bytestream2_put_buffer(&pbc, "JFIF", 5); in jpeg_create_header()
138 bytestream2_put_buffer(&pbc, qtable + 64 * i, 64); in jpeg_create_header()
Drtmpproto.c2235 bytestream2_put_buffer(&pbc, data, size); in append_flv_data()