Searched refs:PTRDIFF_SPECIFIER (Results 1 – 16 of 16) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | internal.h | 189 #define PTRDIFF_SPECIFIER "Id" macro 192 #define PTRDIFF_SPECIFIER "td" macro
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_xiph.c | 236 "Invalid %"PTRDIFF_SPECIFIER" byte packed header.", in parse_packed_headers() 257 "Bad packed header lengths (%d,%d,%"PTRDIFF_SPECIFIER",%u)\n", length1, in parse_packed_headers()
|
D | sdp.c | 206 …av_log(s, AV_LOG_ERROR, "Cannot Base64-encode %"PTRDIFF_SPECIFIER" %"PTRDIFF_SPECIFIER"!\n", MAX_P… in extradata2psets()
|
D | oggparsevorbis.c | 188 "%"PTRDIFF_SPECIFIER" bytes of comment header remain\n", end - p); in ff_vorbis_comment()
|
/third_party/ffmpeg/libavutil/tests/ |
D | imgutils.c | 69 printf(" %5"PTRDIFF_SPECIFIER, offsets[i]); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | zmbv.c | 151 av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", in zmbv_decode_xor_8() 227 av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", in zmbv_decode_xor_16() 312 av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", in zmbv_decode_xor_24() 389 av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", in zmbv_decode_xor_32()
|
D | dvdsubenc.c | 419 av_log(NULL, AV_LOG_DEBUG, "subtitle_packet size=%"PTRDIFF_SPECIFIER"\n", q - outbuf); in encode_dvd_subtitles()
|
D | hevc_ps.c | 476 "(%"PTRDIFF_SPECIFIER" > %"SIZE_SPECIFIER")\n", in ff_hevc_decode_nal_vps() 1268 "(%"PTRDIFF_SPECIFIER" > %"SIZE_SPECIFIER")\n", in ff_hevc_decode_nal_sps() 1526 "(%"PTRDIFF_SPECIFIER" > %"SIZE_SPECIFIER")\n", in ff_hevc_decode_nal_pps()
|
D | flac_parser.c | 624 "couldn't reallocate buffer of size %"PTRDIFF_SPECIFIER"\n", in flac_parse()
|
D | alsdec.c | 1327 …av_log(ctx->avctx, AV_LOG_ERROR, "begin %"PTRDIFF_SPECIFIER" smaller than time diff index %d.\n", … in revert_channel_correlation() 1333 …av_log(ctx->avctx, AV_LOG_ERROR, "end %"PTRDIFF_SPECIFIER" smaller than time diff index %d.\n", en… in revert_channel_correlation()
|
D | wmadec.c | 947 ff_dlog(s->avctx, "%d %d %d %d outbytes:%"PTRDIFF_SPECIFIER" eaten:%d\n", in wma_decode_superframe()
|
D | mjpegdec.c | 2265 av_log(s->avctx, AV_LOG_DEBUG, "escaping removed %"PTRDIFF_SPECIFIER" bytes\n", in ff_mjpeg_find_marker() 2433 av_log(avctx, AV_LOG_DEBUG, "marker=%x avail_size_in_buf=%"PTRDIFF_SPECIFIER"\n", in ff_mjpeg_receive_frame() 2876 av_log(avctx, AV_LOG_DEBUG, "decode frame unused %"PTRDIFF_SPECIFIER" bytes\n", in ff_mjpeg_receive_frame()
|
D | jpeg2000dec.c | 1802 … av_log(s->avctx, AV_LOG_WARNING, "Mid mismatch %"PTRDIFF_SPECIFIER" in pass %d of %d\n", in decode_cblk() 1819 av_log(s->avctx, AV_LOG_WARNING, "End mismatch %"PTRDIFF_SPECIFIER"\n", in decode_cblk()
|
D | h264_slice.c | 2672 …av_log(h->avctx, AV_LOG_DEBUG, "bytestream overread %"PTRDIFF_SPECIFIER"\n", sl->cabac.bytestream_… in decode_slice() 2675 "error while decoding MB %d %d, bytestream %"PTRDIFF_SPECIFIER"\n", in decode_slice()
|
D | mpegvideo_enc.c | 1232 ff_dlog(s->avctx, "%d %d %"PTRDIFF_SPECIFIER" %"PTRDIFF_SPECIFIER"\n", pic_arg->linesize[0], in load_input_picture()
|
D | mpeg12dec.c | 2515 av_log(avctx, AV_LOG_DEBUG, "%3"PRIX32" at %"PTRDIFF_SPECIFIER" left %d\n", in decode_chunks()
|