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 434 int32_t encWidth, encHeight;
436 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
442 width = encWidth;
519 int32_t encWidth, encHeight;
522 params.c_str(), &encWidth, &encHeight);
530 width = encWidth;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 161 Int encWidth[2];

Completed in 47 milliseconds