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

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp431 int32_t encWidth, encHeight; local
433 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
439 width = encWidth;
516 int32_t encWidth, encHeight; local
519 params.c_str(), &encWidth, &encHeight);
527 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.cpp124 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 80 milliseconds