Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp851 video->volInitialize[idx] = 1; in PVInitVideoEncoder()
1384 if (video->volInitialize[0]) /* first vol to code */ in PVEncodeVideoFrame()
1442 if (video->volInitialize[currLayer]) in PVEncodeVideoFrame()
1494 || random_val[rand_idx] || video->volInitialize[currLayer] in PVEncodeVideoFrame()
1632 if (video->volInitialize[currLayer]) in PVEncodeVideoFrame()
1633 video->volInitialize[currLayer] = 0; in PVEncodeVideoFrame()
1676 if (video->volInitialize[0]) /* first vol to code */ in PVEncodeFrameSet()
1714 if (video->volInitialize[currLayer]) in PVEncodeFrameSet()
1764 || random_val[rand_idx] || video->volInitialize[currLayer] in PVEncodeFrameSet()
1864 if (video->volInitialize[currLayer]) in PVEncodeSlice()
[all …]
Dmp4lib_int.h322 UChar volInitialize[4]; /* Used to Write VOL Headers */ member