Home
last modified time | relevance | path

Searched refs:img_height (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmtv.c47 unsigned int img_height; member
117 mtv->img_height = avio_rl16(pb); in mtv_read_header()
131 if (!mtv->img_width && mtv->img_height > 0 && mtv->img_bpp >= 8) in mtv_read_header()
133 / mtv->img_height; in mtv_read_header()
135 if (!mtv->img_height && mtv->img_width > 0 && mtv->img_bpp >= 8) in mtv_read_header()
136 mtv->img_height=mtv->img_segment_size / (mtv->img_bpp>>3) in mtv_read_header()
139 if(!mtv->img_height || !mtv->img_width || !mtv->img_segment_size){ in mtv_read_header()
172 st->codecpar->height = mtv->img_height; in mtv_read_header()
/third_party/backends/backend/
H A Dmicrotek2.c5815 int pixel, color, line, offset, img_val, img_height=30, factor; in write_cshading_pnm() local
5835 fprintf(outfile, "P6\n#imagedata\n%d %d\n255\n", ms->ppl, img_height); in write_cshading_pnm()
5837 fprintf(outfile, "P5\n#imagedata\n%d %d\n255\n", ms->ppl, img_height); in write_cshading_pnm()
5839 for ( line=0; line < img_height; ++line ) in write_cshading_pnm()
/third_party/glfw/deps/
H A Dnuklear.h3873 const void* img = nk_font_atlas_bake(&atlas, &img_width, &img_height, NK_FONT_ATLAS_RGBA32);
12954 nk_font_bake_custom_data(void *img_memory, int img_width, int img_height, in nk_font_bake_custom_data() argument
12965 NK_ASSERT(img_height); in nk_font_bake_custom_data()
12968 if (!img_memory || !img_width || !img_height || !texture_data_mask) in nk_font_bake_custom_data()
12982 nk_font_bake_convert(void *out_memory, int img_width, int img_height, in nk_font_bake_convert() argument
12992 NK_ASSERT(img_height); in nk_font_bake_convert()
12993 if (!out_memory || !in_memory || !img_height || !img_width) return; in nk_font_bake_convert()
12997 for (n = (int)(img_width * img_height); n > 0; n--) in nk_font_bake_convert()

Completed in 50 milliseconds