Home
last modified time | relevance | path

Searched refs:pixel_count (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dvpdma_priv.h578 static inline u32 ctd_pixel_line_count(int pixel_count, int line_count) in ctd_pixel_line_count() argument
580 return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count; in ctd_pixel_line_count()
/OK3568_Linux_fs/kernel/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c328 u32 pixel_count = fmt->width * fmt->height; in mcam_write_yuv_bases() local
335 u = y + pixel_count; in mcam_write_yuv_bases()
336 v = u + pixel_count / 4; in mcam_write_yuv_bases()
339 v = y + pixel_count; in mcam_write_yuv_bases()
340 u = v + pixel_count / 4; in mcam_write_yuv_bases()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h4656 stbi__uint32 i, pixel_count = s->img_x * s->img_y; in stbi__compute_transparency() local
4664 for (i=0; i < pixel_count; ++i) { in stbi__compute_transparency()
4669 for (i=0; i < pixel_count; ++i) { in stbi__compute_transparency()
4681 stbi__uint32 i, pixel_count = s->img_x * s->img_y; in stbi__compute_transparency16() local
4689 for (i = 0; i < pixel_count; ++i) { in stbi__compute_transparency16()
4694 for (i = 0; i < pixel_count; ++i) { in stbi__compute_transparency16()
4705 stbi__uint32 i, pixel_count = a->s->img_x * a->s->img_y; in stbi__expand_png_palette() local
4708 p = (stbi_uc *) stbi__malloc_mad2(pixel_count, pal_img_n, 0); in stbi__expand_png_palette()
4715 for (i=0; i < pixel_count; ++i) { in stbi__expand_png_palette()
4723 for (i=0; i < pixel_count; ++i) { in stbi__expand_png_palette()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h4656 stbi__uint32 i, pixel_count = s->img_x * s->img_y; in stbi__compute_transparency() local
4664 for (i=0; i < pixel_count; ++i) { in stbi__compute_transparency()
4669 for (i=0; i < pixel_count; ++i) { in stbi__compute_transparency()
4681 stbi__uint32 i, pixel_count = s->img_x * s->img_y; in stbi__compute_transparency16() local
4689 for (i = 0; i < pixel_count; ++i) { in stbi__compute_transparency16()
4694 for (i = 0; i < pixel_count; ++i) { in stbi__compute_transparency16()
4705 stbi__uint32 i, pixel_count = a->s->img_x * a->s->img_y; in stbi__expand_png_palette() local
4708 p = (stbi_uc *) stbi__malloc_mad2(pixel_count, pal_img_n, 0); in stbi__expand_png_palette()
4715 for (i=0; i < pixel_count; ++i) { in stbi__expand_png_palette()
4723 for (i=0; i < pixel_count; ++i) { in stbi__expand_png_palette()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c104 int pixel_count = 0; in smiapp_read_frame_fmt() local
201 sensor->visible_pixel_start = pixel_count; in smiapp_read_frame_fmt()
202 pixel_count += pixels; in smiapp_read_frame_fmt()