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/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
278
int32_t
nMacroBlocks
= ((((mVideoWidth + 15) >> 4) << 4) *
281
mSliceGroup = (uint32_t *) malloc(sizeof(uint32_t) *
nMacroBlocks
);
283
for (int ii = 0, idx = 0; ii <
nMacroBlocks
; ++ii) {
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
[
all
...]
Completed in 680 milliseconds