HomeSort by relevance Sort by last modified time
    Searched refs:aligned_width (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 60 uint32 aligned_width = r.source.width_alignment + 1; local
61 if (width % aligned_width > 0) {
62 width_padding = aligned_width - width % aligned_width;
  /external/opencore/codecs_v2/omx/omx_m4v/src/
mpeg4_dec.cpp 151 int32 aligned_width, aligned_height; local
154 if (iGetM4VConfigInfo(*aInputBuf, *aInBufSize, &aligned_width, &aligned_height, &display_width, &display_height))
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 325 int32_t aligned_width = (crop_right - crop_left + 1 + 15) & ~15; local
327 mFormat->setInt32(kKeyWidth, aligned_width);

Completed in 154 milliseconds