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