HomeSort by relevance Sort by last modified time
    Searched refs:encWidth (Results 1 - 6 of 6) 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];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
m4v_h263_enc_test.cpp 146 encParams.encWidth[0] = width;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 123 mEncParams->encWidth[0] = mWidth;
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 167 mEncParams->encWidth[0] = mVideoWidth;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 464 switch (encOption->encWidth[0])
495 encParams->LayerWidth[i] = encOption->encWidth[i];
    [all...]

Completed in 1774 milliseconds