HomeSort by relevance Sort by last modified time
    Searched defs:needFlush (Results 1 - 8 of 8) sorted by null

  /frameworks/rs/
rsg_generator.c 206 int needFlush = 0;
295 needFlush += vt->ptrLevel;
314 needFlush = 1;
328 } else if (needFlush) {
420 int needFlush = 0;
466 int needFlush = 0;
491 needFlush += vt->ptrLevel;
515 } else if (api->sync || needFlush) {
524 int needFlush = 0;
602 } else /*if (needFlush)*/ {
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.cpp 111 bool needFlush = false;
114 needFlush = true;
119 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
124 if (needFlush) {
VideoDecoderMPEG4.cpp 109 bool needFlush = false;
112 needFlush = true;
117 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
121 if (needFlush) {
VideoDecoderVP8.cpp 198 bool needFlush = false;
202 needFlush = mSizeChanged;
204 if (needFlush) {
VideoDecoderWMV.cpp 113 bool needFlush = false;
116 needFlush = true;
121 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
128 if (needFlush) {
VideoDecoderAVC.cpp 843 bool needFlush = false;
846 needFlush = mSizeChanged
850 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth)
857 if (needFlush) {
    [all...]
  /external/lzma/C/
LzmaDec.h 64 int needFlush;
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 87 milliseconds