Home
last modified time | relevance | path

Searched refs:startVA (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.h42 Decode_Status startVA(vbp_data_mp42 *data);
DVideoDecoderVP8.h40 Decode_Status startVA(vbp_data_vp8 *data);
DVideoDecoderWMV.h43 Decode_Status startVA(vbp_data_vc1 *data);
DVideoDecoderVP8.cpp76 Decode_Status VideoDecoderVP8::startVA(vbp_data_vp8 *data) { in startVA() function in VideoDecoderVP8
107 status = startVA(data); in start()
143 status = startVA(data); in decode()
DVideoDecoderAVC.h48 Decode_Status startVA(vbp_data_h264 *data);
DVideoDecoderWMV.cpp52 status = startVA(data); in start()
93 status = startVA(data); in decode()
439 Decode_Status VideoDecoderWMV::startVA(vbp_data_vc1 *data) { in startVA() function in VideoDecoderWMV
DVideoDecoderMPEG4.cpp49 status = startVA(data); in start()
84 status = startVA(data); in decode()
562 Decode_Status VideoDecoderMPEG4::startVA(vbp_data_mp42 *data) { in startVA() function in VideoDecoderMPEG4
DVideoDecoderAVC.cpp67 status = startVA(data); in start()
106 status = startVA(data); in decode()
678 Decode_Status VideoDecoderAVC::startVA(vbp_data_h264 *data) { in startVA() function in VideoDecoderAVC
/hardware/intel/img/hwcomposer/ips/common/
DRotationBufferProvider.h51 bool startVA(VideoPayloadBuffer *payload, int transform);
DRotationBufferProvider.cpp252 bool RotationBufferProvider::startVA(VideoPayloadBuffer *payload, int transform) in startVA() function in android::intel::RotationBufferProvider
409 ret = startVA(payload, transform); in setupRotationBuffer()
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
DVideoDecoderAVCSecure.cpp184 status = startVA(data); in decode()
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
DVideoDecoderAVCSecure.cpp200 status = startVA(data); in decode()
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp328 status = startVA(data); in decode()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp339 status = startVA(data); in decode()