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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.cpp 51 status = startVA(data);
89 status = startVA(data);
90 CHECK_STATUS("startVA");
97 ITRACE("Video size is changed during startVA");
320 Decode_Status VideoDecoderMPEG2::startVA(vbp_data_mpeg2 *data) {
VideoDecoderMPEG4.cpp 49 status = startVA(data);
84 status = startVA(data);
85 CHECK_STATUS("startVA");
92 ITRACE("Video size is changed during startVA");
584 Decode_Status VideoDecoderMPEG4::startVA(vbp_data_mp42 *data) {
VideoDecoderVP8.cpp 104 Decode_Status VideoDecoderVP8::startVA(vbp_data_vp8 *data) {
135 status = startVA(data);
171 status = startVA(data);
172 CHECK_STATUS("startVA");
VideoDecoderWMV.cpp 52 status = startVA(data);
93 status = startVA(data);
94 CHECK_STATUS("startVA");
458 Decode_Status VideoDecoderWMV::startVA(vbp_data_vc1 *data) {
VideoDecoderAVC.cpp 68 status = startVA(data);
107 status = startVA(data);
108 CHECK_STATUS("startVA");
679 Decode_Status VideoDecoderAVC::startVA(vbp_data_h264 *data) {
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 253 bool RotationBufferProvider::startVA(VideoPayloadBuffer *payload, int transform)
409 ret = startVA(payload, transform);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 252 bool RotationBufferProvider::startVA(VideoPayloadBuffer *payload, int transform)
408 ret = startVA(payload, transform);

Completed in 97 milliseconds