/third_party/ffmpeg/libavcodec/ |
D | bytestream.h | 37 typedef struct PutByteContext { struct 40 } PutByteContext; typedef 54 static av_always_inline void bytestream2_put_ ## name ## u(PutByteContext *p, \ 59 static av_always_inline void bytestream2_put_ ## name(PutByteContext *p, \ 147 static av_always_inline void bytestream2_init_writer(PutByteContext *p, in bytestream2_init_writer() 163 static av_always_inline int bytestream2_get_bytes_left_p(PutByteContext *p) in bytestream2_get_bytes_left_p() 180 static av_always_inline void bytestream2_skip_p(PutByteContext *p, in bytestream2_skip_p() 197 static av_always_inline int bytestream2_tell_p(PutByteContext *p) in bytestream2_tell_p() 207 static av_always_inline int bytestream2_size_p(PutByteContext *p) in bytestream2_size_p() 236 static av_always_inline int bytestream2_seek_p(PutByteContext *p, in bytestream2_seek_p() [all …]
|
D | sgienc.c | 51 static int sgi_rle_encode(PutByteContext *pbc, const uint8_t *src, in sgi_rle_encode() 55 void (*bytestream2_put)(PutByteContext *, unsigned int); in sgi_rle_encode() 97 PutByteContext pbc; in encode_frame() 201 PutByteContext taboff_pcb, tablen_pcb; in encode_frame()
|
D | gdv.c | 33 PutByteContext pb; 213 static void lz_copy(PutByteContext *pb, GetByteContext *g2, int offset, unsigned len) in lz_copy() 247 PutByteContext *pb = &gdv->pb; in decompress_2() 289 PutByteContext *pb = &gdv->pb; in decompress_5() 336 PutByteContext *pb = &gdv->pb; in decompress_68() 462 PutByteContext *pb = &gdv->pb; in gdv_decode_frame()
|
D | mwsc.c | 40 static int rle_uncompress(GetByteContext *gb, PutByteContext *pb, GetByteContext *gbp, in rle_uncompress() 98 PutByteContext pb; in decode_frame()
|
D | jpeglsenc.c | 45 static inline void put_marker_byteu(PutByteContext *pb, enum JpegMarker code) in put_marker_byteu() 51 static inline void put_marker_byte(PutByteContext *pb, enum JpegMarker code) in put_marker_byte() 248 static void ls_store_lse(JLSState *state, PutByteContext *pb) in ls_store_lse() 276 PutByteContext pb; in encode_picture_ls()
|
D | sunrastenc.c | 32 PutByteContext p; 65 PutByteContext pb_r, pb_g; in sunrast_image_write_image()
|
D | mscc.c | 44 static int rle_uncompress(AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb) in rle_uncompress() 139 PutByteContext pb; in decode_frame()
|
D | fmvc.c | 42 PutByteContext pb; 54 static int decode_type2(GetByteContext *gb, PutByteContext *pb) in decode_type2() 289 static int decode_type1(GetByteContext *gb, PutByteContext *pb) in decode_type1() 401 PutByteContext *pb = &s->pb; in decode_frame()
|
D | prosumer.c | 37 PutByteContext pb; 48 static int decompress(GetByteContext *gb, int size, PutByteContext *pb, const uint32_t *lut) in decompress()
|
D | hapenc.c | 75 static void hap_write_section_header(PutByteContext *pbc, in hap_write_section_header() 164 PutByteContext pbc; in hap_write_frame_header()
|
D | notchlc.c | 60 PutByteContext pb; 78 PutByteContext *pb) in lz4_decompress() 469 PutByteContext *pb = &s->pb; in decode_frame()
|
D | extract_extradata_bsf.c | 90 PutByteContext pb_filtered_data, pb_extradata; in extract_extradata_av1() 184 PutByteContext pb_filtered_data, pb_extradata; in extract_extradata_h2645()
|
D | iff.c | 815 PutByteContext pb; in decode_short_horizontal_delta() 869 PutByteContext pb; in decode_byte_vertical_delta() 1047 PutByteContext pb; in decode_short_vertical_delta() 1115 PutByteContext pb; in decode_long_vertical_delta() 1201 PutByteContext pb; in decode_short_vertical_delta2() 1262 PutByteContext pb; in decode_long_vertical_delta2() 1344 PutByteContext pb; in decode_delta_d() 1403 PutByteContext pb; in decode_delta_e() 1454 PutByteContext pb; in decode_delta_l()
|
D | pcm-dvdenc.c | 119 PutByteContext pb; in pcm_dvd_encode_frame()
|
D | exrenc.c | 83 PutByteContext pb; 347 PutByteContext *pb = &s->pb; in encode_frame()
|
D | utvideoenc.c | 412 int width, int height, PutByteContext *pb) in encode_plane() 555 PutByteContext pb; in utvideo_encode_frame()
|
D | audiotoolboxdec.c | 218 static void put_descr(PutByteContext *pb, int tag, unsigned int size) in put_descr() 232 PutByteContext pb; in ffat_get_magic_cookie()
|
D | magicyuvenc.c | 149 PutByteContext pb; in magy_encode_init() 414 PutByteContext pb; in magy_encode_frame()
|
D | qsvenc_hevc.c | 56 PutByteContext pbc; in generate_fake_vps()
|
D | cfhdenc.c | 231 PutByteContext pby; 427 PutByteContext *pby = &s->pby; in cfhd_encode_frame()
|
D | videotoolbox.c | 496 static void videotoolbox_write_mp4_descr_length(PutByteContext *pb, int length) in videotoolbox_write_mp4_descr_length() 514 PutByteContext pb; in videotoolbox_esds_extradata_create()
|
D | vaapi_encode_mjpeg.c | 266 PutByteContext pbc; in vaapi_encode_mjpeg_init_picture_params()
|
D | h264_parse.c | 425 PutByteContext pbc; in decode_extradata_ps_mp4()
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_jpeg.c | 69 static int jpeg_create_huffman_table(PutByteContext *p, int table_class, in jpeg_create_huffman_table() 88 static void jpeg_put_marker(PutByteContext *pbc, int code) in jpeg_put_marker() 98 PutByteContext pbc; in jpeg_create_header()
|
D | rtmpproto.c | 1834 PutByteContext pbc; in write_begin() 2208 PutByteContext pbc; in append_flv_data()
|