HomeSort by relevance Sort by last modified time
    Searched refs:setupVA (Results 1 - 10 of 10) 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 71 setupVA();
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 95 virtual Decode_Status setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface = 0);
VideoDecoderMPEG2.cpp 340 return VideoDecoderBase::setupVA(MPEG2_SURFACE_NUMBER, vaProfile);
VideoDecoderVP8.cpp 114 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile);
VideoDecoderWMV.cpp 474 return VideoDecoderBase::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER);
VideoDecoderAVC.cpp 58 return VideoDecoderBase::setupVA(buffer->surfaceNumber, buffer->profile);
711 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile);
    [all...]
VideoDecoderMPEG4.cpp 597 return VideoDecoderBase::setupVA(MP4_SURFACE_NUMBER, vaProfile);
VideoDecoderBase.cpp 783 Decode_Status VideoDecoderBase::setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSurface) {
802 // we can not setupVA here when the graphic buffer resolution is smaller than the resolution decoder really needs
    [all...]

Completed in 228 milliseconds