Home
last modified time | relevance | path

Searched refs:bytes_pp (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbrenderpix.c140 unsigned int bytes_pp; in pix_decode_frame() local
177 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()
/third_party/uboot/u-boot-2020.01/drivers/video/
Dmxsfb.c380 u32 bytes_pp = 0; in mxs_video_bind() local
391 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()
/third_party/weston/tests/
Dweston-test-client-helper.c451 size_t bytes_pp; in create_shm_buffer() local
458 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()