HomeSort by relevance Sort by last modified time
    Searched refs:startVA (Results 1 - 18 of 18) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.h 47 Decode_Status startVA(vbp_data_mpeg2 *data);
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);
VideoDecoderMPEG2.cpp 59 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) {
VideoDecoderVP8.cpp 107 Decode_Status VideoDecoderVP8::startVA(vbp_data_vp8 *data) {
143 status = startVA(data);
184 status = startVA(data);
185 CHECK_STATUS("startVA");
VideoDecoderWMV.cpp 60 status = startVA(data);
106 status = startVA(data);
107 CHECK_STATUS("startVA");
471 Decode_Status VideoDecoderWMV::startVA(vbp_data_vc1 *data) {
VideoDecoderMPEG4.cpp 57 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) {
VideoDecoderAVC.cpp 76 status = startVA(data);
120 status = startVA(data);
121 CHECK_STATUS("startVA");
692 Decode_Status VideoDecoderAVC::startVA(vbp_data_h264 *data) {
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.h 51 bool startVA(VideoPayloadBuffer *payload, int transform);
RotationBufferProvider.cpp 254 bool RotationBufferProvider::startVA(VideoPayloadBuffer *payload, int transform)
410 ret = startVA(payload, transform);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.h 51 bool startVA(VideoPayloadBuffer *payload, int transform);
RotationBufferProvider.cpp 253 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 340 status = startVA(data);
341 CHECK_STATUS("startVA");

Completed in 99 milliseconds