Lines Matching refs:AV_WB32
292 #define AV_WB32_PNG(buf, n) AV_WB32(buf, lrint((n) * 100000))
351 AV_WB32(s->buf, avctx->width); in encode_headers()
352 AV_WB32(s->buf + 4, avctx->height); in encode_headers()
362 AV_WB32(s->buf, s->dpm); in encode_headers()
363 AV_WB32(s->buf + 4, s->dpm); in encode_headers()
366 AV_WB32(s->buf, avctx->sample_aspect_ratio.num); in encode_headers()
367 AV_WB32(s->buf + 4, avctx->sample_aspect_ratio.den); in encode_headers()
931 AV_WB32(buf + 0, s->last_frame_fctl.sequence_number); in encode_apng()
932 AV_WB32(buf + 4, s->last_frame_fctl.width); in encode_apng()
933 AV_WB32(buf + 8, s->last_frame_fctl.height); in encode_apng()
934 AV_WB32(buf + 12, s->last_frame_fctl.x_offset); in encode_apng()
935 AV_WB32(buf + 16, s->last_frame_fctl.y_offset); in encode_apng()