| /third_party/ffmpeg/libavcodec/ |
| H A D | rasc.c | 251 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 D | snow_dwt.c | 319 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 D | snowdec.c | 173 int type, mx, my; in decode_q_branch() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | formats.c | 94 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 D | af_aemphasis.c | 38 int mode, type; member [all...] |
| H A D | vf_frei0r.c | 185 frei0r_init(AVFilterContext *ctx, const char *dl_name, int type) frei0r_init() argument
|
| H A D | vf_vaguedenoiser.c | 41 int type; member [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | avformat.c | 155 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 D | hevc.c | 1019 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 D | mmst.c | 383 MMSSCPacketType type; in mms_safe_send_recv() local
|
| H A D | sdp.c | 91 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 D | fifo.c | 119 FifoMessageType type; member
|
| H A D | flvenc.c | 476 unsupported_codec(AVFormatContext *s, const char* type, int codec_id) unsupported_codec() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | frame.h | 232 enum AVFrameSideDataType type; member [all...] |
| H A D | tx.c | 320 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 D | transfer.c | 1231 Curl_follow(struct Curl_easy *data, char *newurl, followtype type) Curl_follow() argument [all...] |
| /third_party/curl/src/ |
| H A D | tool_formparse.c | 468 char *type = NULL; in get_param_part() local 729 char *type = NULL; formparse() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | reflection.cpp | 124 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 D | registry.cc | 244 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 D | commands.cc | 151 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 D | ismindex.c | 194 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 D | qt-faststart.c | 105 uint32_t type; member
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.h | 329 isClipOrCullDistance(const TType& type) isClipOrCullDistance() argument [all...] |
| /third_party/alsa-utils/seq/aplaymidi/ |
| H A D | aplaymidi.c | 51 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 D | ucm_local.h | 78 unsigned int type; member 115 enum dev_list_type type; member
|