Searched defs:encWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp433 int32_t encWidth, encHeight; local
435 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
441 width = encWidth;
518 int32_t encWidth, encHeight; local
521 params.c_str(), &encWidth, &encHeight);
529 width = encWidth;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h161 Int encWidth[2]; member in struct:tagvideoEncOptions

Completed in 32 milliseconds