Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp435 int32_t encWidth, encHeight; in APacketSource() local
437 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight); in APacketSource()
443 width = encWidth; in APacketSource()
520 int32_t encWidth, encHeight; in APacketSource() local
523 params.c_str(), &encWidth, &encHeight); in APacketSource()
531 width = encWidth; in APacketSource()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h172 Int encWidth[2]; member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp146 encParams.encWidth[0] = width; in main()
DMpeg4H263EncoderTest.cpp136 mEncodeHandle->encWidth[0] = mFrameWidth; in initEncoderParams()
/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()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp464 switch (encOption->encWidth[0]) in PVInitVideoEncoder()
495 encParams->LayerWidth[i] = encOption->encWidth[i]; in PVInitVideoEncoder()