HomeSort by relevance Sort by last modified time
    Searched defs:ProcessorDeinit (Results 1 - 18 of 18) 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 139 OMX_ERRORTYPE OMXComponentCodecBase::ProcessorDeinit(void) {
140 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 215 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorDeinit(void) {
OMXVideoEncoderAVC.cpp 268 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorDeinit(void) {
269 return OMXVideoEncoderBase::ProcessorDeinit();
    [all...]
OMXVideoEncoderBase.cpp 360 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorDeinit(void) {
    [all...]
OMXVideoDecoderBase.cpp 219 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorDeinit(void) {
222 LOGE("ProcessorDeinit: Video decoder is not created.");
233 return OMXComponentCodecBase::ProcessorDeinit();
    [all...]
OMXVideoDecoderVP9HWR.cpp 341 OMX_ERRORTYPE OMXVideoDecoderVP9HWR::ProcessorDeinit(void)
366 return OMXComponentCodecBase::ProcessorDeinit();
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 123 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorDeinit(void) {
126 // Session should be torn down in ProcessorStop, delayed to ProcessorDeinit
134 return OMXVideoDecoderBase::ProcessorDeinit();
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp     [all...]

Completed in 271 milliseconds