Searched refs:encWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp436 int32_t encWidth, encHeight; local
438 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
444 width = encWidth;
521 int32_t encWidth, encHeight; local
524 params.c_str(), &encWidth, &encHeight);
532 width = encWidth;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h161 Int encWidth[2]; member in struct:tagvideoEncOptions
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp129 mEncParams->encWidth[0] = mVideoWidth;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp457 switch (encOption->encWidth[0])
488 encParams->LayerWidth[i] = encOption->encWidth[i];

Completed in 68 milliseconds