OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapLev2Idx
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp
57
dpb->num_fs = (uint32)(MaxDPBX2[
mapLev2Idx
[level]] << 2) / (3 * FrameHeightInMbs * PicWidthInMbs) + 1;
69
// dpb->dpb_size = (uint32)MaxDPBX2[
mapLev2Idx
[level]]*512 + framesize;
130
num_fs = (uint32)(MaxDPBX2[(uint32)
mapLev2Idx
[video->currSeqParams->level_idc]] << 2) / (3 * PicSizeInMapUnits) + 1;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
init.cpp
674
lev_idx =
mapLev2Idx
[seqParam->level_idc];
[
all
...]
motion_est.cpp
1009
lev_idx =
mapLev2Idx
[currSPS->level_idc];
[
all
...]
Completed in 364 milliseconds