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
22
:
VideoDecoderBase
(mimeType, VBP_VP8) {
60
if ((
VideoDecoderBase
::alignMB(mVideoFormatInfo.width) != width) ||
61
(
VideoDecoderBase
::alignMB(mVideoFormatInfo.height) != height)) {
114
return
VideoDecoderBase
::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile);
120
status =
VideoDecoderBase
::start(buffer);
121
CHECK_STATUS("
VideoDecoderBase
::start");
124
VideoDecoderBase
::ManageReference(false);
132
status =
VideoDecoderBase
::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
133
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
140
VideoDecoderBase
::stop()
[
all
...]
VideoDecoderMPEG2.cpp
22
:
VideoDecoderBase
(mimeType, VBP_MPEG2),
35
status =
VideoDecoderBase
::start(buffer);
36
CHECK_STATUS("
VideoDecoderBase
::start");
44
status =
VideoDecoderBase
::parseBuffer(
49
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
62
VideoDecoderBase
::stop();
81
status =
VideoDecoderBase
::parseBuffer(
86
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
144
VideoDecoderBase
::setRotationDegrees(buffer->rotationDegrees);
153
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
22
:
VideoDecoderBase
(mimeType, VBP_VC1),
40
status =
VideoDecoderBase
::start(buffer);
41
CHECK_STATUS("
VideoDecoderBase
::start");
69
VideoDecoderBase
::stop();
73
VideoDecoderBase
::flush();
474
return
VideoDecoderBase
::setupVA(VC1_SURFACE_NUMBER, vaProfile, VC1_EXTRA_SURFACE_NUMBER);
549
status =
VideoDecoderBase
::parseBuffer(data, size, false, (void**)vbpData);
550
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
558
status =
VideoDecoderBase
::parseBuffer(newData, newSize, true, (void**)vbpData);
561
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
29
:
VideoDecoderBase
(mimeType, VBP_H264),
45
status =
VideoDecoderBase
::start(buffer);
46
CHECK_STATUS("
VideoDecoderBase
::start");
49
VideoDecoderBase
::ManageReference(false);
51
VideoDecoderBase
::setOutputMethod(OUTPUT_BY_POC);
58
return
VideoDecoderBase
::setupVA(buffer->surfaceNumber, buffer->profile);
64
status =
VideoDecoderBase
::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
65
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
74
VideoDecoderBase
::stop();
84
VideoDecoderBase
::flush()
[
all
...]
Android.mk
11
VideoDecoderBase
.cpp \
VideoDecoderMPEG4.cpp
22
:
VideoDecoderBase
(mimeType, VBP_MPEG4),
37
status =
VideoDecoderBase
::start(buffer);
38
CHECK_STATUS("
VideoDecoderBase
::start");
46
status =
VideoDecoderBase
::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
47
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
56
VideoDecoderBase
::stop();
76
status =
VideoDecoderBase
::parseBuffer(
81
CHECK_STATUS("
VideoDecoderBase
::parseBuffer");
148
VideoDecoderBase
::flush();
597
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 296 milliseconds