Searched refs:bytestream2_put_buffer (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | exrenc.c | 371 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 …]
|
D | notchlc.c | 103 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()
|
D | sunrastenc.c | 132 bytestream2_put_buffer(&s->p, ptr, len); in sunrast_image_write_image()
|
D | bytestream.h | 286 static av_always_inline unsigned int bytestream2_put_buffer(PutByteContext *p, in bytestream2_put_buffer() function
|
D | vaapi_encode_mjpeg.c | 271 bytestream2_put_buffer(&pbc, "JFIF", 5); in vaapi_encode_mjpeg_init_picture_params()
|
D | utvideoenc.c | 505 bytestream2_put_buffer(pb, c->slice_bits, slice_len); in encode_plane()
|
D | audiotoolboxdec.c | 263 bytestream2_put_buffer(&pb, at->extradata, at->extradata_size); in ffat_get_magic_cookie()
|
D | videotoolbox.c | 628 bytestream2_put_buffer(&pb, avctx->extradata, avctx->extradata_size); in videotoolbox_esds_extradata_create()
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_jpeg.c | 114 bytestream2_put_buffer(&pbc, "JFIF", 5); in jpeg_create_header() 138 bytestream2_put_buffer(&pbc, qtable + 64 * i, 64); in jpeg_create_header()
|
D | rtmpproto.c | 2235 bytestream2_put_buffer(&pbc, data, size); in append_flv_data()
|