Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp433 int32_t encWidth, encHeight; in APacketSource() local
435 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight); in APacketSource()
441 width = encWidth; in APacketSource()
518 int32_t encWidth, encHeight; in APacketSource() local
521 params.c_str(), &encWidth, &encHeight); in APacketSource()
529 width = encWidth; in APacketSource()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h162 Int encWidth[2]; member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp146 encParams.encWidth[0] = width; in main()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp122 mEncParams->encWidth[0] = mWidth; in initEncParams()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp324 mEncParams->encWidth[0] = mSize->width; in initEncParams()