OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encWidth
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/rtsp/
APacketSource.cpp
461
int32_t
encWidth
, encHeight;
463
MakeAVCCodecSpecificData(params.c_str(), &
encWidth
, &encHeight);
469
width =
encWidth
;
546
int32_t
encWidth
, encHeight;
549
params.c_str(), &
encWidth
, &encHeight);
557
width =
encWidth
;
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
161
Int
encWidth
[2];
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp
246
mEncParams->
encWidth
[0] = mVideoWidth;
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
457
switch (encOption->
encWidth
[0])
488
encParams->LayerWidth[i] = encOption->
encWidth
[i];
[
all
...]
Completed in 80 milliseconds