OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroydecoder
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h
67
status_t
destroyDecoder
();
SoftVPX.cpp
65
destroyDecoder
();
105
status_t SoftVPX::
destroyDecoder
() {
322
destroyDecoder
();
/hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.h
97
OMX_ERRORTYPE
destroyDecoder
();
OMXVideoDecoderVP9HWR.cpp
189
OMX_ERRORTYPE OMXVideoDecoderVP9HWR::
destroyDecoder
()
344
destroyDecoder
();
/external/pdfium/core/src/fxcodec/codec/
codec_int.h
346
void
DestroyDecoder
(CJPX_Decoder* pDecoder) override;
363
void
DestroyDecoder
(void* ctx) override;
fx_codec_tiff.cpp
541
void CCodec_TiffModule::
DestroyDecoder
(void* ctx) {
fx_codec_progress.cpp
288
m_pCodecMgr->GetTiffModule()->
DestroyDecoder
(m_pTiffContext);
[
all
...]
fx_codec_jpx_opj.cpp
886
void CCodec_JpxModule::
DestroyDecoder
(CJPX_Decoder* pDecoder) {
/external/pdfium/core/include/fxcodec/
fx_codec.h
276
virtual void
DestroyDecoder
(CJPX_Decoder* pDecoder) = 0;
404
virtual void
DestroyDecoder
(void* ctx) = 0;
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp
74
jpx_module_->
DestroyDecoder
(decoder_);
[
all
...]
Completed in 1357 milliseconds