OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VASurface
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/common/gpu/media/
va_surface.h
5
// This file contains the definition of
VASurface
class, used for decoding by
40
// | | a
VASurface
and passed to VaapiH264Decoder.
42
// |
VASurface
is put onto VaapiH264Decoder::available_va_surfaces_, keeping
45
// | VaapiH264Decoder starts decoding a new frame. It takes a
VASurface
off of
49
// | DecodeSurface is used for decoding, putting data into associated
VASurface
.
56
// |
VASurface
to VaapiVideoDecodeAccelerator,
VASurface
as reference for
63
// | A TFPPicture becomes available after associated
VASurface
reference.
66
// | puts the contents of the
VASurface
into |
67
// | it and releases the reference to
VASurface
.
[
all
...]
vaapi_h264_decoder.h
41
// and
VASurface
to output.
43
void(int32, const scoped_refptr<
VASurface
>&)> OutputPicCB;
108
void ReuseSurface(const scoped_refptr<
VASurface
>& va_surface);
207
// Represents a frame being decoded. Will always have a
VASurface
269
std::vector<scoped_refptr<
VASurface
> > available_va_surfaces_;
vaapi_video_decode_accelerator.h
127
void SurfaceReady(int32 input_id, const scoped_refptr<
VASurface
>& va_surface);
136
void OutputPicture(const scoped_refptr<
VASurface
>& va_surface,
143
// Called when a
VASurface
is no longer in use by the decoder or is not being
vaapi_wrapper.cc
163
VASurface
::
VASurface
(VASurfaceID va_surface_id, const ReleaseCB& release_cb)
169
VASurface
::~
VASurface
() {
vaapi_video_decode_accelerator.cc
342
const scoped_refptr<
VASurface
>& va_surface) {
358
const scoped_refptr<
VASurface
>& va_surface,
369
DVLOG(3) << "Outputting
VASurface
" << va_surface->id()
516
VASurface
::ReleaseCB va_surface_release_cb =
521
scoped_refptr<
VASurface
> va_surface(
522
new
VASurface
(available_va_surfaces_.front(), va_surface_release_cb));
vaapi_h264_decoder.cc
22
const scoped_refptr<
VASurface
>& va_surface);
30
scoped_refptr<
VASurface
> va_surface() {
41
scoped_refptr<
VASurface
> va_surface_;
47
const scoped_refptr<
VASurface
>& va_surface)
116
const scoped_refptr<
VASurface
>& va_surface) {
[
all
...]
Completed in 425 milliseconds