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

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp434 int32_t encWidth, encHeight; local
436 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
442 width = encWidth;
519 int32_t encWidth, encHeight; local
522 params.c_str(), &encWidth, &encHeight);
530 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 743 milliseconds