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()
1417 if (video->volInitialize[0]) /* first vol to code */ in PVEncodeVideoFrame()
1475 if (video->volInitialize[currLayer]) in PVEncodeVideoFrame()
1527 || random_val[rand_idx] || video->volInitialize[currLayer] in PVEncodeVideoFrame()
1665 if (video->volInitialize[currLayer]) in PVEncodeVideoFrame()
1666 video->volInitialize[currLayer] = 0; in PVEncodeVideoFrame()
1709 if (video->volInitialize[0]) /* first vol to code */ in PVEncodeFrameSet()
1747 if (video->volInitialize[currLayer]) in PVEncodeFrameSet()
1797 || random_val[rand_idx] || video->volInitialize[currLayer] in PVEncodeFrameSet()
1897 if (video->volInitialize[currLayer]) in PVEncodeSlice()
[all …]
Dmp4lib_int.h320 UChar volInitialize[4]; /* Used to Write VOL Headers */ member