Searched refs:PTRDIFF_SPECIFIER (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | internal.h | 191 #define PTRDIFF_SPECIFIER "Id" macro 194 #define PTRDIFF_SPECIFIER "td" macro
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | imgutils.c | 69 printf(" %5"PTRDIFF_SPECIFIER, offsets[i]); in main()
|
/third_party/ffmpeg/libavformat/ |
H A 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()
|
H A D | sdp.c | 212 av_log(s, AV_LOG_ERROR, "Cannot Base64-encode %"PTRDIFF_SPECIFIER" %"PTRDIFF_SPECIFIER"!\n", in extradata2psets()
|
H A D | oggparsevorbis.c | 186 "%"PTRDIFF_SPECIFIER" bytes of comment header remain\n", end - p); in ff_vorbis_comment()
|
/third_party/ffmpeg/libavcodec/ |
H A D | zmbv.c | 153 av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", in zmbv_decode_xor_8() 229 av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", in zmbv_decode_xor_16() 314 av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", in zmbv_decode_xor_24() 391 av_log(c->avctx, AV_LOG_ERROR, "Used %"PTRDIFF_SPECIFIER" of %i bytes\n", in zmbv_decode_xor_32()
|
H A D | hevc_ps.c | 473 "(%"PTRDIFF_SPECIFIER" > %"SIZE_SPECIFIER")\n", in ff_hevc_decode_nal_vps() 1265 "(%"PTRDIFF_SPECIFIER" > %"SIZE_SPECIFIER")\n", in ff_hevc_decode_nal_sps() 1523 "(%"PTRDIFF_SPECIFIER" > %"SIZE_SPECIFIER")\n", in ff_hevc_decode_nal_pps()
|
H A D | dvdsubenc.c | 412 av_log(NULL, AV_LOG_DEBUG, "subtitle_packet size=%"PTRDIFF_SPECIFIER"\n", q - outbuf); in encode_dvd_subtitles()
|
H A D | mjpegdec.c | 2283 av_log(s->avctx, AV_LOG_DEBUG, "escaping removed %"PTRDIFF_SPECIFIER" bytes\n", in ff_mjpeg_find_marker() 2454 av_log(avctx, AV_LOG_DEBUG, "marker=%x avail_size_in_buf=%"PTRDIFF_SPECIFIER"\n", in ff_mjpeg_receive_frame() 2950 av_log(avctx, AV_LOG_DEBUG, "decode frame unused %"PTRDIFF_SPECIFIER" bytes\n", in ff_mjpeg_receive_frame()
|
H A D | alsdec.c | 1337 av_log(ctx->avctx, AV_LOG_ERROR, "begin %"PTRDIFF_SPECIFIER" smaller than time diff index %d.\n", begin, t); in revert_channel_correlation() 1343 av_log(ctx->avctx, AV_LOG_ERROR, "end %"PTRDIFF_SPECIFIER" smaller than time diff index %d.\n", end, t); in revert_channel_correlation()
|
H A D | jpeg2000dec.c | 1812 av_log(s->avctx, AV_LOG_WARNING, "Mid mismatch %"PTRDIFF_SPECIFIER" in pass %d of %d\n", in decode_cblk() 1829 av_log(s->avctx, AV_LOG_WARNING, "End mismatch %"PTRDIFF_SPECIFIER"\n", in decode_cblk()
|
H A D | h264_slice.c | 2766 av_log(h->avctx, AV_LOG_DEBUG, "bytestream overread %"PTRDIFF_SPECIFIER"\n", sl->cabac.bytestream_end - sl->cabac.bytestream); in decode_slice() 2769 "error while decoding MB %d %d, bytestream %"PTRDIFF_SPECIFIER"\n", in decode_slice()
|
H A D | mpegvideo_enc.c | 1056 ff_dlog(s->avctx, "%d %d %"PTRDIFF_SPECIFIER" %"PTRDIFF_SPECIFIER"\n", pic_arg->linesize[0], in load_input_picture()
|
H A D | mpeg12dec.c | 2487 av_log(avctx, AV_LOG_DEBUG, "%3"PRIX32" at %"PTRDIFF_SPECIFIER" left %d\n", in decode_chunks()
|
Completed in 48 milliseconds