OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setupVA
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/opengl/tests/gl_perf/
filltest.cpp
40
setupVA
();
fill_common.cpp
158
static void
setupVA
() {
/frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp
73
setupVA
();
/hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h
76
virtual Decode_Status
setupVA
(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface = 0);
VideoDecoderVP8.cpp
86
return VideoDecoderBase::
setupVA
(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile);
VideoDecoderWMV.cpp
455
return VideoDecoderBase::
setupVA
(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER);
VideoDecoderAVC.cpp
58
return VideoDecoderBase::
setupVA
(buffer->surfaceNumber, buffer->profile);
704
return VideoDecoderBase::
setupVA
(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile);
[
all
...]
VideoDecoderMPEG4.cpp
575
return VideoDecoderBase::
setupVA
(MP4_SURFACE_NUMBER, vaProfile);
VideoDecoderBase.cpp
767
Decode_Status VideoDecoderBase::
setupVA
(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface) {
787
// we can not
setupVA
here when the graphic buffer resolution is smaller than the resolution decoder really needs
[
all
...]
Completed in 100 milliseconds