Searched refs:bytestream2_put_buffer (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | exrenc.c | 363 bytestream2_put_buffer(pb, "channels\0chlist\0", 16); in encode_frame() 376 bytestream2_put_buffer(pb, "compression\0compression\0", 24); in encode_frame() 380 bytestream2_put_buffer(pb, "dataWindow\0box2i\0", 17); in encode_frame() 387 bytestream2_put_buffer(pb, "displayWindow\0box2i\0", 20); in encode_frame() 394 bytestream2_put_buffer(pb, "lineOrder\0lineOrder\0", 20); in encode_frame() 398 bytestream2_put_buffer(pb, "screenWindowCenter\0v2f\0", 23); in encode_frame() 402 bytestream2_put_buffer(pb, "screenWindowWidth\0float\0", 24); in encode_frame() 407 bytestream2_put_buffer(pb, "pixelAspectRatio\0float\0", 23); in encode_frame() 413 bytestream2_put_buffer(pb, "framesPerSecond\0rational\0", 25); in encode_frame() 419 bytestream2_put_buffer(pb, "gamma\0float\0", 12); in encode_frame() [all …]
|
D | notchlc.c | 102 bytestream2_put_buffer(pb, history, HISTORY_SIZE); in lz4_decompress() 136 bytestream2_put_buffer(pb, history, HISTORY_SIZE); in lz4_decompress() 144 bytestream2_put_buffer(pb, history, pos); in lz4_decompress()
|
D | sunrastenc.c | 131 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 | 536 bytestream2_put_buffer(pb, c->slice_bits, slice_len); in encode_plane()
|
D | audiotoolboxdec.c | 259 bytestream2_put_buffer(&pb, at->extradata, at->extradata_size); in ffat_get_magic_cookie()
|
D | videotoolbox.c | 546 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 | 2232 bytestream2_put_buffer(&pbc, data, size); in append_flv_data()
|