Searched refs:encWidth (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp434 int32_t encWidth, encHeight; local
436 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
442 width = encWidth;
519 int32_t encWidth, encHeight; local
522 params.c_str(), &encWidth, &encHeight);
530 width = encWidth;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h161 Int encWidth[2]; member in struct:tagvideoEncOptions
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp146 encParams.encWidth[0] = width;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp120 mEncParams->encWidth[0] = mWidth;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp464 switch (encOption->encWidth[0])
495 encParams->LayerWidth[i] = encOption->encWidth[i];

Completed in 78 milliseconds