OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startVA
(Results
1 - 14
of
14
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h
42
Decode_Status
startVA
(vbp_data_mp42 *data);
VideoDecoderVP8.h
40
Decode_Status
startVA
(vbp_data_vp8 *data);
VideoDecoderAVC.h
48
Decode_Status
startVA
(vbp_data_h264 *data);
VideoDecoderWMV.h
43
Decode_Status
startVA
(vbp_data_vc1 *data);
VideoDecoderVP8.cpp
76
Decode_Status VideoDecoderVP8::
startVA
(vbp_data_vp8 *data) {
107
status =
startVA
(data);
143
status =
startVA
(data);
144
CHECK_STATUS("
startVA
");
VideoDecoderWMV.cpp
52
status =
startVA
(data);
93
status =
startVA
(data);
94
CHECK_STATUS("
startVA
");
439
Decode_Status VideoDecoderWMV::
startVA
(vbp_data_vc1 *data) {
VideoDecoderMPEG4.cpp
49
status =
startVA
(data);
84
status =
startVA
(data);
85
CHECK_STATUS("
startVA
");
92
ITRACE("Video size is changed during
startVA
");
562
Decode_Status VideoDecoderMPEG4::
startVA
(vbp_data_mp42 *data) {
VideoDecoderAVC.cpp
67
status =
startVA
(data);
106
status =
startVA
(data);
107
CHECK_STATUS("
startVA
");
671
Decode_Status VideoDecoderAVC::
startVA
(vbp_data_h264 *data) {
[
all
...]
/hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.h
50
bool
startVA
(VideoPayloadBuffer *payload, int transform);
RotationBufferProvider.cpp
252
bool RotationBufferProvider::
startVA
(VideoPayloadBuffer *payload, int transform)
409
ret =
startVA
(payload, transform);
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp
200
status =
startVA
(data);
201
CHECK_STATUS("
startVA
");
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp
184
status =
startVA
(data);
185
CHECK_STATUS("
startVA
");
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp
328
status =
startVA
(data);
329
CHECK_STATUS("
startVA
");
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp
329
status =
startVA
(data);
330
CHECK_STATUS("
startVA
");
Completed in 148 milliseconds