OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nMacroBlocks
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp
200
int32_t
nMacroBlocks
= ((((mVideoWidth + 15) >> 4) << 4) *
202
uint32_t *sliceGroup = (uint32_t *) malloc(sizeof(uint32_t) *
nMacroBlocks
);
203
for (int ii = 0, idx = 0; ii <
nMacroBlocks
; ++ii) {
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
[
all
...]
Completed in 125 milliseconds