HomeSort by relevance Sort by last modified time
    Searched refs:encWidth (Results 1 - 4 of 4) 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];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 129 mEncParams->encWidth[0] = mVideoWidth;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 457 switch (encOption->encWidth[0])
488 encParams->LayerWidth[i] = encOption->encWidth[i];
    [all...]

Completed in 675 milliseconds