OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lumaSize
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp
[
all
...]
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp
427
size_t
lumaSize
= ALIGN(alignedw * height, ALIGN2K);
428
return
lumaSize
;
473
size_t
lumaSize
= ALIGN(alignedw * height, ALIGN2K);
475
size = ALIGN(
lumaSize
+ chromaSize, ALIGN4K);
Completed in 49 milliseconds