Searched defs:avc (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libopusdec.c | 50 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()
|
D | iirfilter.c | 54 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()
|
D | ffwavesynth.c | 234 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()
|
D | options.c | 40 AVCodecContext *avc= ptr; in context_to_name() local
|
D | omx.c | 520 OMX_VIDEO_PARAM_AVCTYPE avc = { 0 }; in omx_component_init() local
|
/third_party/ffmpeg/libavutil/ |
D | log.c | 254 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/ |
D | s337m.c | 34 static int s337m_get_offset_and_codec(void *avc, in s337m_get_offset_and_codec()
|
/third_party/selinux/libselinux/src/ |
D | audit2why.c | 50 static struct avc_t *avc = NULL; variable
|
/third_party/flutter/skia/src/core/ |
D | SkCanvas.cpp | 1388 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/ |
D | gstrtph264pay.c | 1023 gboolean avc; in gst_rtp_h264_pay_handle_buffer() local
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 2736 AVFormatContext **avc; in print_sdp() local
|
D | ffprobe.c | 304 AVClass* avc = ptr ? *(AVClass **) ptr : NULL; in log_callback() local
|