Searched refs:rcType (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h186 MP4RateControlType rcType; member in struct:tagvideoEncOptions
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp149 encParams.rcType = VBR_1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp126 mEncParams->rcType = VBR_1;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp309 encParams->RC_Type = encOption->rcType;
540 encParams->RC_Type = encOption->rcType;
544 switch (encOption->rcType)

Completed in 423 milliseconds