Searched refs:AV_WB32_PNG (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | pngenc.c | 296 #define AV_WB32_PNG(buf, n) AV_WB32(buf, lrint((n) * 100000)) macro 332 AV_WB32_PNG(buf , wx); AV_WB32_PNG(buf + 4 , wy); in png_get_chrm() 333 AV_WB32_PNG(buf + 8 , rx); AV_WB32_PNG(buf + 12, ry); in png_get_chrm() 334 AV_WB32_PNG(buf + 16, gx); AV_WB32_PNG(buf + 20, gy); in png_get_chrm() 335 AV_WB32_PNG(buf + 24, bx); AV_WB32_PNG(buf + 28, by); in png_get_chrm() 345 AV_WB32_PNG(bu in png_get_gama() [all...] |
Completed in 3 milliseconds