OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encHeight
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp
436
int32_t encWidth,
encHeight
;
438
MakeAVCCodecSpecificData(params.c_str(), &encWidth, &
encHeight
);
445
height =
encHeight
;
521
int32_t encWidth,
encHeight
;
524
params.c_str(), &encWidth, &
encHeight
);
533
height =
encHeight
;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
158
Int
encHeight
[2];
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
460
if (encOption->
encHeight
[0] != 96) /* source_format = 1 */
464
if (encOption->
encHeight
[0] != 144) /* source_format = 2 */
468
if (encOption->
encHeight
[0] != 288) /* source_format = 2 */
473
if (encOption->
encHeight
[0] != 576) /* source_format = 2 */
477
if (encOption->
encHeight
[0] != 1152) /* source_format = 2 */
487
encParams->LayerHeight[i] = encOption->
encHeight
[i];
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
130
mEncParams->
encHeight
[0] = mVideoHeight;
Completed in 195 milliseconds