/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderMPEG4.h | 42 Decode_Status startVA(vbp_data_mp42 *data);
|
D | VideoDecoderMPEG2.h | 47 Decode_Status startVA(vbp_data_mpeg2 *data);
|
D | VideoDecoderVP8.h | 40 Decode_Status startVA(vbp_data_vp8 *data);
|
D | VideoDecoderWMV.h | 43 Decode_Status startVA(vbp_data_vc1 *data);
|
D | VideoDecoderMPEG2.cpp | 51 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
|
D | VideoDecoderAVC.h | 48 Decode_Status startVA(vbp_data_h264 *data);
|
D | VideoDecoderVP8.cpp | 104 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()
|
D | VideoDecoderWMV.cpp | 52 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
|
D | VideoDecoderMPEG4.cpp | 49 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
|
D | VideoDecoderAVC.cpp | 67 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/ |
D | RotationBufferProvider.h | 51 bool startVA(VideoPayloadBuffer *payload, int transform);
|
D | RotationBufferProvider.cpp | 253 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/ |
D | RotationBufferProvider.h | 51 bool startVA(VideoPayloadBuffer *payload, int transform);
|
D | RotationBufferProvider.cpp | 252 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/ |
D | VideoDecoderAVCSecure.cpp | 200 status = startVA(data); in decode()
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
D | VideoDecoderAVCSecure.cpp | 184 status = startVA(data); in decode()
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/ |
D | VideoDecoderAVCSecure.cpp | 328 status = startVA(data); in decode()
|
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/ |
D | VideoDecoderAVCSecure.cpp | 340 status = startVA(data); in decode()
|