OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
488
encParams->
LayerWidth
[i] = encOption->encWidth[i];
508
nTotalMB = ((encParams->
LayerWidth
[i] + 15) / 16) * ((encParams->LayerHeight[i] + 15) / 16);
605
temp_w = video->encParams->
LayerWidth
[idx];
[
all
...]
mp4lib_int.h
179
Int
LayerWidth
[4]; /* Encoded Width */
Completed in 26 milliseconds