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 431 int32_t encWidth, encHeight;
433 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
439 width = encWidth;
516 int32_t encWidth, encHeight;
519 params.c_str(), &encWidth, &encHeight);
527 width = encWidth;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 161 Int encWidth[2];

Completed in 1312 milliseconds