Home
last modified time | relevance | path

Searched defs:type (Results 3751 - 3775 of 6833) sorted by relevance

1...<<151152153154155156157158159160>>...274

/third_party/ffmpeg/libavcodec/
H A Drasc.c251 int type, start_x, start_y, end_x, end_y, mov_x, mov_y; in decode_move() local
388 int type = bytestream2_get_byte(&dc); in decode_dlta() local
689 unsigned type, size = 0; in decode_frame() local
[all...]
H A Dsnow_dwt.c319 ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_dwt() argument
639 ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width, int height, int stride_line, int type, int decomposition_count) ff_spatial_idwt_buffered_init() argument
658 ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer *slice_buf, IDWTELEM *temp, int width, int height, int stride_line, int type, int decomposition_count, int y) ff_spatial_idwt_buffered_slice() argument
687 spatial_idwt_init(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride, int type, int decomposition_count) spatial_idwt_init() argument
706 spatial_idwt_slice(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count, int y) spatial_idwt_slice() argument
731 ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_idwt() argument
743 w_c(struct MpegEncContext *v, uint8_t *pix1, uint8_t *pix2, ptrdiff_t line_size, int w, int h, int type) w_c() argument
[all...]
H A Dsnowdec.c173 int type, mx, my; in decode_q_branch() local
/third_party/ffmpeg/libavfilter/
H A Dformats.c94 merge_formats_internal(AVFilterFormats *a, AVFilterFormats *b, enum AVMediaType type, int check) merge_formats_internal() argument
481 ff_all_formats(enum AVMediaType type) ff_all_formats() argument
765 enum AVMediaType type; ff_default_query_formats() local
[all...]
H A Daf_aemphasis.c38 int mode, type; member
[all...]
H A Dvf_frei0r.c185 frei0r_init(AVFilterContext *ctx, const char *dl_name, int type) frei0r_init() argument
H A Dvf_vaguedenoiser.c41 int type; member
[all...]
/third_party/ffmpeg/libavformat/
H A Davformat.c155 int av_stream_add_side_data(AVStream *st, enum AVPacketSideDataType type, in av_stream_add_side_data() argument
190 uint8_t *av_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type, in av_stream_new_side_data() argument
140 av_stream_get_side_data(const AVStream *st, enum AVPacketSideDataType type, size_t *size) av_stream_get_side_data() argument
347 av_find_best_stream(AVFormatContext *ic, enum AVMediaType type, int wanted_stream_nb, int related_stream, const AVCodec **decoder_ret, int flags) av_find_best_stream() argument
434 enum AVMediaType type; match_stream_specifier() local
[all...]
H A Dhevc.c1019 uint8_t type = (buf[4] >> 1) & 0x3f; in ff_hevc_annexb2mp4() local
1097 uint8_t type = (buf[4] >> 1) & 0x3f; in ff_isom_write_hvcc() local
H A Dmmst.c383 MMSSCPacketType type; in mms_safe_send_recv() local
H A Dsdp.c91 static int resolve_destination(char *dest_addr, int size, char *type, in resolve_destination() argument
117 static int resolve_destination(char *dest_addr, int size, char *type, in resolve_destination() argument
816 const char *type; in ff_sdp_write_media() local
[all...]
H A Dfifo.c119 FifoMessageType type; member
H A Dflvenc.c476 unsupported_codec(AVFormatContext *s, const char* type, int codec_id) unsupported_codec() argument
/third_party/ffmpeg/libavutil/
H A Dframe.h232 enum AVFrameSideDataType type; member
[all...]
H A Dtx.c320 print_type(AVBPrint *bp, enum AVTXType type) print_type() argument
440 ff_tx_init_subtx(AVTXContext *s, enum AVTXType type, uint64_t flags, FFTXCodeletOptions *opts, int len, int inv, const void *scale) ff_tx_init_subtx() argument
649 av_tx_init(AVTXContext **ctx, av_tx_fn *tx, enum AVTXType type, int inv, int len, const void *scale, uint64_t flags) av_tx_init() argument
[all...]
/third_party/curl/lib/
H A Dtransfer.c1231 Curl_follow(struct Curl_easy *data, char *newurl, followtype type) Curl_follow() argument
[all...]
/third_party/curl/src/
H A Dtool_formparse.c468 char *type = NULL; in get_param_part() local
729 char *type = NULL; formparse() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.cpp124 const TType &type = base.getType(); in addPipeIOVariable() local
170 getOffsets(const TType& type, TVector<int>& offsets) getOffsets() argument
193 getArrayStride(const TType& baseType, const TType& type) getArrayStride() argument
482 blowUpIOAggregate(bool input, const TString &baseName, const TType &type) blowUpIOAggregate() argument
638 addBlockName(const TString& name, const TType& type, int size) addBlockName() argument
677 isReflectionGranularity(const TType& type) isReflectionGranularity() argument
887 mapToGlType(const TType& type) mapToGlType() argument
1011 mapToGlArraySize(const TType& type) mapToGlArraySize() argument
[all...]
/third_party/gn/src/base/win/
H A Dregistry.cc244 DWORD type = REG_DWORD; in ReadValueDW() local
260 DWORD type = REG_QWORD; in ReadInt64() local
280 DWORD type = REG_SZ, size = sizeof(raw_value); in ReadValue() local
319 DWORD type = REG_MULTI_SZ; ReadValues() local
[all...]
/third_party/gn/src/gn/
H A Dcommands.cc151 bool GetTargetTypeFilter(Target::OutputType* type) { in GetTargetTypeFilter() argument
183 Target::OutputType type = Target::UNKNOWN; in ApplyTypeFilter() local
462 Target::OutputType type; InitFrom() member
[all...]
/third_party/ffmpeg/tools/
H A Dismindex.c194 const char *type = track->is_video ? "video" : "audio"; in write_fragments() local
642 const char *type = track->is_video ? "video" : "audio"; in output_server_manifest() local
655 print_track_chunks(FILE *out, struct Tracks *tracks, int main, const char *type) print_track_chunks() argument
H A Dqt-faststart.c105 uint32_t type; member
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.h329 isClipOrCullDistance(const TType& type) isClipOrCullDistance() argument
[all...]
/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c51 unsigned char type; /* SND_SEQ_EVENT_xxx */ member
460 int header_len, type, time_division, i, err; in read_smf() local
[all...]
/third_party/alsa-lib/src/ucm/
H A Ducm_local.h78 unsigned int type; member
115 enum dev_list_type type; member

Completed in 31 milliseconds

1...<<151152153154155156157158159160>>...274