Home
last modified time | relevance | path

Searched defs:ContextInit (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_decode_vp9.cpp654 void DdiDecodeVP9::ContextInit( in ContextInit() function in DdiDecodeVP9
H A Dmedia_ddi_decode_mpeg2.cpp495 void DdiDecodeMPEG2::ContextInit( in ContextInit() function in DdiDecodeMPEG2
H A Dmedia_ddi_decode_vp8.cpp635 void DdiDecodeVP8::ContextInit( in ContextInit() function in DdiDecodeVP8
H A Dmedia_ddi_decode_hevc.cpp613 void DdiDecodeHEVC::ContextInit( in ContextInit() function in DdiDecodeHEVC
H A Dmedia_ddi_decode_avc.cpp520 void DdiDecodeAVC::ContextInit(int32_t picWidth, int32_t picHeight) in ContextInit() function in DdiDecodeAVC
H A Dmedia_ddi_decode_vc1.cpp606 void DdiDecodeVC1::ContextInit( in ContextInit() function in DdiDecodeVC1
H A Dmedia_ddi_decode_av1.cpp954 void DdiDecodeAV1::ContextInit( in ContextInit() function in DdiDecodeAV1
H A Dmedia_ddi_decode_base.cpp1131 void DdiMediaDecode::ContextInit( in ContextInit() function in DdiMediaDecode
H A Dmedia_ddi_decode_jpeg.cpp843 void DdiDecodeJPEG::ContextInit( in ContextInit() function in DdiDecodeJPEG
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/dec/
H A Dddi_decode_vp9_specific.cpp685 void DdiDecodeVp9::ContextInit( in ContextInit() function in decode::DdiDecodeVp9
H A Dddi_decode_mpeg2_specific.cpp506 void DdiDecodeMpeg2::ContextInit( in ContextInit() function in decode::DdiDecodeMpeg2
H A Dddi_decode_vp8_specific.cpp674 void DdiDecodeVp8::ContextInit( in ContextInit() function in decode::DdiDecodeVp8
H A Dddi_decode_avc_specific.cpp533 void DdiDecodeAvc::ContextInit(int32_t picWidth, int32_t picHeight) in ContextInit() function in decode::DdiDecodeAvc
H A Dddi_decode_hevc_specific.cpp899 void DdiDecodeHevc::ContextInit( in ContextInit() function in decode::DdiDecodeHevc
H A Dddi_decode_av1_specific.cpp995 void DdiDecodeAv1::ContextInit( in ContextInit() function in decode::DdiDecodeAv1
H A Dddi_decode_base_specific.cpp1170 void DdiDecodeBase::ContextInit( in ContextInit() function in decode::DdiDecodeBase
H A Dddi_decode_jpeg_specific.cpp841 void DdiDecodeJpeg::ContextInit( in ContextInit() function in decode::DdiDecodeJpeg
H A Dddi_decode_vvc_specific.cpp1096 void DdiDecodeVvc::ContextInit( in ContextInit() function in decode::DdiDecodeVvc
/aosp_15_r20/external/webp/imageio/
H A Djpegdec.c220 static void ContextInit(j_decompress_ptr cinfo) { in ContextInit() function