Home
last modified time | relevance | path

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

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