OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateNewVASurface
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h
82
VASurfaceID
CreateNewVASurface
(VADisplay display, int32_t width, int32_t height);
VideoEncoderUtils.cpp
335
mVASurface =
CreateNewVASurface
(mVADisplay, stride, height);
753
VASurfaceID
CreateNewVASurface
(VADisplay display, int32_t width, int32_t height) {
VideoEncoderBase.cpp
245
mRefSurface =
CreateNewVASurface
(mVADisplay, stride_aligned, height_aligned);
246
mRecSurface =
CreateNewVASurface
(mVADisplay, stride_aligned, height_aligned);
251
mAutoRefSurfaces[i] =
CreateNewVASurface
(mVADisplay, stride_aligned, height_aligned);
[
all
...]
Completed in 165 milliseconds