Searched refs:volInitialize (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp884 video->volInitialize[idx] = 1;
1413 if (video->volInitialize[0]) /* first vol to code */
1471 if (video->volInitialize[currLayer])
1523 || random_val[rand_idx] || video->volInitialize[currLayer]
1661 if (video->volInitialize[currLayer])
1662 video->volInitialize[currLayer] = 0;
1705 if (video->volInitialize[0]) /* first vol to code */
1743 if (video->volInitialize[currLayer])
1793 || random_val[rand_idx] || video->volInitialize[currLayer]
1893 if (video->volInitialize[currLaye
[all...]
H A Dmp4lib_int.h321 UChar volInitialize[4]; /* Used to Write VOL Headers */ member in struct:tagVideoEncData

Completed in 49 milliseconds