OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoDecoderBase
(Results
1 - 17
of
17
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.h
20
#include "
VideoDecoderBase
.h"
27
class VideoDecoderMPEG2 : public
VideoDecoderBase
{
VideoDecoderMPEG4.h
20
#include "
VideoDecoderBase
.h"
23
class VideoDecoderMPEG4 : public
VideoDecoderBase
{
VideoDecoderVP8.h
20
#include "
VideoDecoderBase
.h"
23
class VideoDecoderVP8 : public
VideoDecoderBase
{
VideoDecoderVP8.cpp
25
:
VideoDecoderBase
(mimeType, VBP_VP8) {
63
if ((
VideoDecoderBase
::alignMB(mVideoFormatInfo.width) != width) ||
64
(
VideoDecoderBase
::alignMB(mVideoFormatInfo.height) != height)) {
117
return
VideoDecoderBase
::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile);
123
status =
VideoDecoderBase
::start(buffer);
124
CHECK_STATUS("
VideoDecoderBase
::start");
127
VideoDecoderBase
::ManageReference(false);
135
status =
VideoDecoderBase
::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
136
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
148
VideoDecoderBase
::stop()
[
all
...]
VideoDecoderMPEG2.cpp
25
:
VideoDecoderBase
(mimeType, VBP_MPEG2),
38
status =
VideoDecoderBase
::start(buffer);
39
CHECK_STATUS("
VideoDecoderBase
::start");
47
status =
VideoDecoderBase
::parseBuffer(
52
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
70
VideoDecoderBase
::stop();
89
status =
VideoDecoderBase
::parseBuffer(
94
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
157
VideoDecoderBase
::setRotationDegrees(buffer->rotationDegrees);
166
VideoDecoderBase
::flush()
[
all
...]
VideoDecoderBase.cpp
17
#include "
VideoDecoderBase
.h"
31
VideoDecoderBase
::
VideoDecoderBase
(const char *mimeType, _vbp_parser_type type)
86
VideoDecoderBase
::~
VideoDecoderBase
() {
93
Decode_Status
VideoDecoderBase
::start(VideoConfigBuffer *buffer) {
150
Decode_Status
VideoDecoderBase
::reset(VideoConfigBuffer *buffer) {
182
void
VideoDecoderBase
::stop(void) {
210
void
VideoDecoderBase
::flush(void) {
249
void
VideoDecoderBase
::freeSurfaceBuffers(void)
[
all
...]
VideoDecoderBase.h
63
class
VideoDecoderBase
: public IVideoDecoder {
65
VideoDecoderBase
(const char *mimeType, _vbp_parser_type type);
66
virtual ~
VideoDecoderBase
();
VideoDecoderWMV.cpp
25
:
VideoDecoderBase
(mimeType, VBP_VC1),
43
status =
VideoDecoderBase
::start(buffer);
44
CHECK_STATUS("
VideoDecoderBase
::start");
77
VideoDecoderBase
::stop();
81
VideoDecoderBase
::flush();
487
return
VideoDecoderBase
::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER);
562
status =
VideoDecoderBase
::parseBuffer(data, size, false, (void**)vbpData);
563
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
571
status =
VideoDecoderBase
::parseBuffer(newData, newSize, true, (void**)vbpData);
574
status =
VideoDecoderBase
::parseBuffer(data, size, true, (void**)vbpData)
[
all
...]
VideoDecoderAVC.h
20
#include "
VideoDecoderBase
.h"
23
class VideoDecoderAVC : public
VideoDecoderBase
{
VideoDecoderWMV.h
20
#include "
VideoDecoderBase
.h"
23
class VideoDecoderWMV : public
VideoDecoderBase
{
VideoDecoderAVC.cpp
32
:
VideoDecoderBase
(mimeType, VBP_H264),
49
status =
VideoDecoderBase
::start(buffer);
50
CHECK_STATUS("
VideoDecoderBase
::start");
53
VideoDecoderBase
::ManageReference(false);
55
VideoDecoderBase
::setOutputMethod(OUTPUT_BY_POC);
62
return
VideoDecoderBase
::setupVA(buffer->surfaceNumber, buffer->profile);
68
status =
VideoDecoderBase
::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
69
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
83
VideoDecoderBase
::stop();
93
VideoDecoderBase
::flush()
[
all
...]
Android.mk
11
VideoDecoderBase
.cpp \
VideoDecoderMPEG4.cpp
25
:
VideoDecoderBase
(mimeType, VBP_MPEG4),
40
status =
VideoDecoderBase
::start(buffer);
41
CHECK_STATUS("
VideoDecoderBase
::start");
49
status =
VideoDecoderBase
::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
50
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
64
VideoDecoderBase
::stop();
84
status =
VideoDecoderBase
::parseBuffer(
89
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
161
VideoDecoderBase
::flush();
610
return
VideoDecoderBase
::setupVA(MP4_SURFACE_NUMBER, vaProfile)
[
all
...]
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp
160
status =
VideoDecoderBase
::parseBuffer(
165
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
179
status =
VideoDecoderBase
::updateBuffer(
183
CHECK_STATUS("
VideoDecoderBase
::updateBuffer");
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp
159
status =
VideoDecoderBase
::parseBuffer(
164
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
170
status =
VideoDecoderBase
::updateBuffer(
174
CHECK_STATUS("
VideoDecoderBase
::updateBuffer");
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp
18
#include "
VideoDecoderBase
.h"
204
status =
VideoDecoderBase
::parseBuffer(
209
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
211
status =
VideoDecoderBase
::queryBuffer((void**)data);
212
CHECK_STATUS("
VideoDecoderBase
::queryBuffer");
283
status =
VideoDecoderBase
::parseBuffer(
288
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
290
status =
VideoDecoderBase
::queryBuffer((void**)data);
291
CHECK_STATUS("
VideoDecoderBase
::queryBuffer");
709
status =
VideoDecoderBase
::updateBuffer
[
all
...]
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp
18
#include "
VideoDecoderBase
.h"
217
status =
VideoDecoderBase
::parseBuffer(
222
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
224
status =
VideoDecoderBase
::queryBuffer((void**)data);
225
CHECK_STATUS("
VideoDecoderBase
::queryBuffer");
295
status =
VideoDecoderBase
::parseBuffer(
300
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
302
status =
VideoDecoderBase
::queryBuffer((void**)data);
303
CHECK_STATUS("
VideoDecoderBase
::queryBuffer");
729
status =
VideoDecoderBase
::updateBuffer
[
all
...]
Completed in 412 milliseconds