OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:luma_framesize
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp
270
int
luma_framesize
;
local
298
luma_framesize
= (int)((((video->FrameHeightInMbs + 2) * (video->PicWidthInMbs + 2)) << 8));
301
luma_framesize
= video->PicSizeInMbs << 8;
305
video->currPic->Scb = video->currFS->base_dpb +
luma_framesize
+ offsetc;
306
video->currPic->Scr = video->currPic->Scb + (
luma_framesize
>> 2);
Completed in 157 milliseconds