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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp142 encParams.encMode = COMBINE_MODE_WITH_ERR_RES;
144 encParams.encMode = H263_MODE;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h133 MP4EncodingMode encMode; member in struct:tagvideoEncOptions
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp276 if (encOption->encMode == DATA_PARTITIONING_MODE)
280 if (encOption->encMode == COMBINE_MODE_WITH_ERR_RES)
282 encOption->encMode = COMBINE_MODE_NO_ERR_RES;
288 if (encOption->encMode == H263_MODE_WITH_ERR_RES)
290 encOption->encMode = H263_MODE;
293 if (encOption->encMode == SHORT_HEADER_WITH_ERR_RES)
295 encOption->encMode = SHORT_HEADER;
362 switch (encOption->encMode)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp122 mEncParams->encMode = mEncodeMode;

Completed in 93 milliseconds