Searched refs:ff_put_string (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mjpegenc_common.c | 156 ff_put_string(p, "JFIF", 1); /* this puts the trailing zero-byte too */ in jpeg_put_comments() 174 ff_put_string(p, LIBAVCODEC_IDENT, 1); in jpeg_put_comments() 187 ff_put_string(p, "CS=ITU601", 1); in jpeg_put_comments()
|
D | put_bits.h | 149 #define ff_put_string ff_put_string_unsupported_here macro 158 void ff_put_string(PutBitContext *pb, const char *string,
|
D | bitstream.c | 59 void ff_put_string(PutBitContext *pb, const char *string, int terminate_string) in ff_put_string() function
|
D | vc2enc.c | 237 ff_put_string(&s->pb, "BBCD", 0); in encode_parse_info() 934 ff_put_string(&s->pb, aux_data, 1); in encode_frame()
|
D | aacenc.c | 85 ff_put_string(pb, aux_data, 0); in put_pce()
|
D | mpeg4videoenc.c | 1054 ff_put_string(&s->pb, LIBAVCODEC_IDENT, 0); in mpeg4_encode_vol_header()
|