Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.h42 Decode_Status startVA(vbp_data_mp42 *data);
DVideoDecoderMPEG2.h47 Decode_Status startVA(vbp_data_mpeg2 *data);
DVideoDecoderVP8.h40 Decode_Status startVA(vbp_data_vp8 *data);
DVideoDecoderWMV.h43 Decode_Status startVA(vbp_data_vc1 *data);
DVideoDecoderMPEG2.cpp51 status = startVA(data); in start()
89 status = startVA(data); in decode()
320 Decode_Status VideoDecoderMPEG2::startVA(vbp_data_mpeg2 *data) { in startVA() function in VideoDecoderMPEG2
DVideoDecoderAVC.h48 Decode_Status startVA(vbp_data_h264 *data);
DVideoDecoderVP8.cpp104 Decode_Status VideoDecoderVP8::startVA(vbp_data_vp8 *data) { in startVA() function in VideoDecoderVP8
135 status = startVA(data); in start()
171 status = startVA(data); in decode()
DVideoDecoderWMV.cpp52 status = startVA(data); in start()
93 status = startVA(data); in decode()
458 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()
584 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/merrifield/ips/common/
DRotationBufferProvider.h51 bool startVA(VideoPayloadBuffer *payload, int transform);
DRotationBufferProvider.cpp253 bool RotationBufferProvider::startVA(VideoPayloadBuffer *payload, int transform) in startVA() function in android::intel::RotationBufferProvider
409 ret = startVA(payload, transform); in setupRotationBuffer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/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
408 ret = startVA(payload, transform); in setupRotationBuffer()
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
DVideoDecoderAVCSecure.cpp200 status = startVA(data); in decode()
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
DVideoDecoderAVCSecure.cpp184 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.cpp340 status = startVA(data); in decode()