Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp889 video->volInitialize[idx] = 1; in PVInitVideoEncoder()
1418 if (video->volInitialize[0]) /* first vol to code */ in PVEncodeVideoFrame()
1476 if (video->volInitialize[currLayer]) in PVEncodeVideoFrame()
1528 || random_val[rand_idx] || video->volInitialize[currLayer] in PVEncodeVideoFrame()
1666 if (video->volInitialize[currLayer]) in PVEncodeVideoFrame()
1667 video->volInitialize[currLayer] = 0; in PVEncodeVideoFrame()
1710 if (video->volInitialize[0]) /* first vol to code */ in PVEncodeFrameSet()
1748 if (video->volInitialize[currLayer]) in PVEncodeFrameSet()
1798 || random_val[rand_idx] || video->volInitialize[currLayer] in PVEncodeFrameSet()
1898 if (video->volInitialize[currLayer]) in PVEncodeSlice()
[all …]
Dmp4lib_int.h321 UChar volInitialize[4]; /* Used to Write VOL Headers */ member