OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aligned_height
(Results
1 - 2
of
2
) 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
);
/frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp
422
int32_t
aligned_height
= (crop_bottom - crop_top + 1 + 15) & ~15;
local
428
if (oldWidth != aligned_width || oldHeight !=
aligned_height
) {
430
mFormat->setInt32(kKeyHeight,
aligned_height
);
Completed in 56 milliseconds