Home
last modified time | relevance | path

Searched refs:aligned_width (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysyuv.cc60 uint32 aligned_width = r.source.width_alignment + 1; in BE_GetOverlayBitmap() local
61 if (width % aligned_width > 0) { in BE_GetOverlayBitmap()
62 width_padding = aligned_width - width % aligned_width; in BE_GetOverlayBitmap()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp151 int32 aligned_width, aligned_height; in Mp4DecodeVideo() local
154 …if (iGetM4VConfigInfo(*aInputBuf, *aInBufSize, &aligned_width, &aligned_height, &display_width, &d… in Mp4DecodeVideo()