Searched refs:bytes_pp (Results 1 – 3 of 3) sorted by relevance
140 unsigned int bytes_pp; in pix_decode_frame() local177 bytes_pp = 1; in pix_decode_frame()181 bytes_pp = 2; in pix_decode_frame()185 bytes_pp = 2; in pix_decode_frame()189 bytes_pp = 3; in pix_decode_frame()193 bytes_pp = 4; in pix_decode_frame()197 bytes_pp = 4; in pix_decode_frame()201 bytes_pp = 2; in pix_decode_frame()207 bytes_per_scanline = bytes_pp * hdr.width; in pix_decode_frame()
380 u32 bytes_pp = 0; in mxs_video_bind() local391 bytes_pp = 4; in mxs_video_bind()394 bytes_pp = 2; in mxs_video_bind()397 bytes_pp = 1; in mxs_video_bind()404 plat->size = timings.hactive.typ * timings.vactive.typ * bytes_pp; in mxs_video_bind()
451 size_t bytes_pp; in create_shm_buffer() local458 bytes_pp = PIXMAN_FORMAT_BPP(format) / 8; in create_shm_buffer()459 stride_bytes = width * bytes_pp; in create_shm_buffer()462 assert(stride_bytes / bytes_pp >= (unsigned)width); in create_shm_buffer()