HomeSort by relevance Sort by last modified time
    Searched refs:encHeight (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);
443 height = encHeight;
519 int32_t encWidth, encHeight;
522 params.c_str(), &encWidth, &encHeight);
531 height = encHeight;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 158 Int encHeight[2];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
m4v_h263_enc_test.cpp 147 encParams.encHeight[0] = height;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 467 if (encOption->encHeight[0] != 96) /* source_format = 1 */
471 if (encOption->encHeight[0] != 144) /* source_format = 2 */
475 if (encOption->encHeight[0] != 288) /* source_format = 2 */
480 if (encOption->encHeight[0] != 576) /* source_format = 2 */
484 if (encOption->encHeight[0] != 1152) /* source_format = 2 */
494 encParams->LayerHeight[i] = encOption->encHeight[i];
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 124 mEncParams->encHeight[0] = mHeight;
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 168 mEncParams->encHeight[0] = mVideoHeight;

Completed in 1058 milliseconds