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

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 66 uint32 aligned_height = r.source.height_alignment + 1; local
67 if (height % aligned_height > 0) {
69 fprintf(stderr,"- height = %lu, aligned_height = %lu\n",height,aligned_height);
  /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 326 int32_t aligned_height = (crop_bottom - crop_top + 1 + 15) & ~15; local
328 mFormat->setInt32(kKeyHeight, aligned_height);

Completed in 37 milliseconds