OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentSurface
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h
116
void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *
currentSurface
);
117
void fillDecodingErrors(VideoRenderBuffer *
currentSurface
);
VideoDecoderBase.cpp
[
all
...]
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestTvInputService.java
277
Surface
currentSurface
;
282
currentSurface
= mSurface;
295
draw(
currentSurface
, currentChannel);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java
194
EGLSurface
currentSurface
= mDisplaySurfaces.get(mContext);
195
if (
currentSurface
!= null && !
currentSurface
.equals(mSurface)) {
Completed in 233 milliseconds