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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP8.cpp 62 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorDeinit(void) {
63 return OMXVideoDecoderBase::ProcessorDeinit();
OMXVideoDecoderWMV.cpp 61 OMX_ERRORTYPE OMXVideoDecoderWMV::ProcessorDeinit(void) {
62 return OMXVideoDecoderBase::ProcessorDeinit();
OMXComponentCodecBase.cpp 144 OMX_ERRORTYPE OMXComponentCodecBase::ProcessorDeinit(void) {
145 LOGV("OMXComponentCodecBase::ProcessorDeinit");
OMXVideoDecoderH263.cpp 63 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorDeinit(void) {
64 return OMXVideoDecoderBase::ProcessorDeinit();
OMXVideoDecoderMPEG2.cpp 63 OMX_ERRORTYPE OMXVideoDecoderMPEG2::ProcessorDeinit(void) {
64 return OMXVideoDecoderBase::ProcessorDeinit();
OMXVideoDecoderMPEG4.cpp 63 OMX_ERRORTYPE OMXVideoDecoderMPEG4::ProcessorDeinit(void) {
64 return OMXVideoDecoderBase::ProcessorDeinit();
OMXVideoDecoderPAVC.cpp 68 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorDeinit(void) {
69 return OMXVideoDecoderBase::ProcessorDeinit();
OMXVideoDecoderAVC.cpp 76 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorDeinit(void) {
85 return OMXVideoDecoderBase::ProcessorDeinit();
OMXVideoEncoderH263.cpp 83 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorDeinit(void) {
84 return OMXVideoEncoderBase::ProcessorDeinit();
OMXVideoEncoderMPEG4.cpp 76 OMX_ERRORTYPE OMXVideoEncoderMPEG4::ProcessorDeinit(void) {
77 return OMXVideoEncoderBase::ProcessorDeinit();
OMXVideoEncoderVP8.cpp 70 OMX_ERRORTYPE OMXVideoEncoderVP8::ProcessorDeinit(void) {
71 return OMXVideoEncoderBase::ProcessorDeinit();
OMXVideoDecoderVP9Hybrid.cpp 234 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorDeinit(void) {
OMXVideoEncoderAVC.cpp 268 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorDeinit(void) {
269 return OMXVideoEncoderBase::ProcessorDeinit();
    [all...]
OMXVideoEncoderBase.cpp 367 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorDeinit(void) {
    [all...]
OMXVideoDecoderBase.cpp 222 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorDeinit(void) {
225 LOGE("ProcessorDeinit: Video decoder is not created.");
236 return OMXComponentCodecBase::ProcessorDeinit();
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 127 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorDeinit(void) {
130 // Session should be torn down in ProcessorStop, delayed to ProcessorDeinit
138 return OMXVideoDecoderBase::ProcessorDeinit();
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp     [all...]

Completed in 535 milliseconds