Home
last modified time | relevance | path

Searched defs:avc (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibopusdec.c50 static av_cold int libopus_decode_init(AVCodecContext *avc) in libopus_decode_init()
140 static av_cold int libopus_decode_close(AVCodecContext *avc) in libopus_decode_close()
153 static int libopus_decode(AVCodecContext *avc, void *data, in libopus_decode()
200 static void libopus_flush(AVCodecContext *avc) in libopus_flush()
Diirfilter.c54 static av_cold int butterworth_init_coeffs(void *avc, in butterworth_init_coeffs()
119 static av_cold int biquad_init_coeffs(void *avc, struct FFIIRFilterCoeffs *c, in biquad_init_coeffs()
162 av_cold struct FFIIRFilterCoeffs *ff_iir_filter_init_coeffs(void *avc, in ff_iir_filter_init_coeffs()
Dffwavesynth.c234 static int wavesynth_parse_extradata(AVCodecContext *avc) in wavesynth_parse_extradata()
312 static av_cold int wavesynth_init(AVCodecContext *avc) in wavesynth_init()
422 static int wavesynth_decode(AVCodecContext *avc, void *rframe, int *rgot_frame, in wavesynth_decode()
460 static av_cold int wavesynth_close(AVCodecContext *avc) in wavesynth_close()
Doptions.c40 AVCodecContext *avc= ptr; in context_to_name() local
Domx.c520 OMX_VIDEO_PARAM_AVCTYPE avc = { 0 }; in omx_component_init() local
/third_party/ffmpeg/libavutil/
Dlog.c254 AVClass *avc = *(AVClass **) ptr; in get_category() local
295 AVClass* avc = avcl ? *(AVClass **) avcl : NULL; in format_line() local
426 AVClass* avc = avcl ? *(AVClass **) avcl : NULL; in av_vlog() local
460 static void missing_feature_sample(int sample, void *avc, const char *msg, in missing_feature_sample()
474 void avpriv_request_sample(void *avc, const char *msg, ...) in avpriv_request_sample()
483 void avpriv_report_missing_feature(void *avc, const char *msg, ...) in avpriv_report_missing_feature()
/third_party/ffmpeg/libavformat/
Ds337m.c34 static int s337m_get_offset_and_codec(void *avc, in s337m_get_offset_and_codec()
/third_party/selinux/libselinux/src/
Daudit2why.c50 static struct avc_t *avc = NULL; variable
/third_party/flutter/skia/src/core/
DSkCanvas.cpp1388 AutoValidateClip avc(this); in onClipRect() local
1403 AutoValidateClip avc(this); in androidFramework_setDeviceClipRestriction() local
1420 AutoValidateClip avc(this); in onClipRRect() local
1457 AutoValidateClip avc(this); in onClipPath() local
1478 AutoValidateClip avc(this); in onClipRegion() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph264pay.c1023 gboolean avc; in gst_rtp_h264_pay_handle_buffer() local
/third_party/ffmpeg/fftools/
Dffmpeg.c2736 AVFormatContext **avc; in print_sdp() local
Dffprobe.c304 AVClass* avc = ptr ? *(AVClass **) ptr : NULL; in log_callback() local