Searched defs:startVA (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG2.cpp59 status = startVA(data);
102 status = startVA(data);
103 CHECK_STATUS("startVA");
110 ITRACE("Video size is changed during startVA");
333 Decode_Status VideoDecoderMPEG2::startVA(vbp_data_mpeg2 *data) { function in class:VideoDecoderMPEG2
H A DVideoDecoderMPEG4.cpp57 status = startVA(data);
97 status = startVA(data);
98 CHECK_STATUS("startVA");
105 ITRACE("Video size is changed during startVA");
597 Decode_Status VideoDecoderMPEG4::startVA(vbp_data_mp42 *data) { function in class:VideoDecoderMPEG4
H A DVideoDecoderVP8.cpp107 Decode_Status VideoDecoderVP8::startVA(vbp_data_vp8 *data) { function in class:VideoDecoderVP8
143 status = startVA(data);
184 status = startVA(data);
185 CHECK_STATUS("startVA");
H A DVideoDecoderWMV.cpp60 status = startVA(data);
106 status = startVA(data);
107 CHECK_STATUS("startVA");
471 Decode_Status VideoDecoderWMV::startVA(vbp_data_vc1 *data) { function in class:VideoDecoderWMV
H A DVideoDecoderAVC.cpp76 status = startVA(data);
120 status = startVA(data);
121 CHECK_STATUS("startVA");
692 Decode_Status VideoDecoderAVC::startVA(vbp_data_h264 *data) { function in class:VideoDecoderAVC
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DRotationBufferProvider.cpp253 bool RotationBufferProvider::startVA(VideoPayloadBuffer *payload, int transform) function in class:android::intel::RotationBufferProvider
409 ret = startVA(payload, transform);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DRotationBufferProvider.cpp252 bool RotationBufferProvider::startVA(VideoPayloadBuffer *payload, int transform) function in class:android::intel::RotationBufferProvider
408 ret = startVA(payload, transform);

Completed in 154 milliseconds