HomeSort by relevance Sort by last modified time
    Searched defs:encWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp 436 int32_t encWidth, encHeight;
438 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
444 width = encWidth;
521 int32_t encWidth, encHeight;
524 params.c_str(), &encWidth, &encHeight);
532 width = encWidth;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 161 Int encWidth[2];

Completed in 174 milliseconds