Home
last modified time | relevance | path

Searched refs:rcType (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h197 MP4RateControlType rcType; member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp149 encParams.rcType = VBR_1; in main()
DMpeg4H263EncoderTest.cpp113 mEncodeHandle->rcType = VBR_1; in initEncoderParams()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp125 mEncParams->rcType = VBR_1; in initEncParams()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp327 mEncParams->rcType = VBR_1; in initEncParams()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp309 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()
540 encParams->RC_Type = encOption->rcType; in PVInitVideoEncoder()
544 switch (encOption->rcType) in PVInitVideoEncoder()