OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstUVSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp
602
size_t
dstUVSize
= dstUVStride * height / 2;
604
uint8_t *dstU = dstV +
dstUVSize
;
/frameworks/av/media/codec2/components/vpx/
C2SoftVpxDec.cpp
719
size_t
dstUVSize
= dstUVStride * height / 2;
721
uint8_t *dstU = dstV +
dstUVSize
;
[
all
...]
Completed in 133 milliseconds