Home
last modified time | relevance | path

Searched defs:format (Results 601 - 625 of 3964) sorted by relevance

1...<<21222324252627282930>>...159

/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dsetparam_test.cpp96 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
125 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local
249 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
278 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
402 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
677 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
709 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local
[all...]
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
H A DpcsAudioTest.cpp49 OH_AVFormat *format = nullptr; in AudioDecoderFlushFirst() local
75 OH_AVFormat *format = nullptr; in AudioDecoderFlushSecond() local
[all...]
/test/xts/hats/hdf/display/composer/unittest_additional/
H A Dhdi_composer_ut.cpp1357 int32_t format = 0; in HWTEST_F() local
1372 int32_t format = 0; in HWTEST_F() local
1387 int32_t format = 0; in HWTEST_F() local
1402 int32_t format = 0; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dflac.c169 ff_flac_is_extradata_valid(AVCodecContext *avctx, enum FLACExtradataFormat *format, uint8_t **streaminfo_start) ff_flac_is_extradata_valid() argument
H A Dvbnenc.c40 int format; member
[all...]
H A Dvbndec.c64 int width, height, components, format, compression, pix_fmt, linesize, data_size; in vbn_decode_frame() local
[all...]
/third_party/eudev/src/udev/
H A Dudev-builtin-kmod.c66 _printf_(6,0) static void udev_kmod_log(void *data, int priority, const char *file, int line, const char *fn, const char *format, va_list args) { in udev_kmod_log() argument
/third_party/eudev/src/libudev/
H A Dlibudev.c224 udev_set_log_fn(struct udev *udev, void (*log_fn)(struct udev *udev, int priority, const char *file, int line, const char *fn, const char *format, va_list args)) udev_set_log_fn() argument
/third_party/ffmpeg/libavfilter/
H A Dgraphdump.c32 const char *format; in print_link_prop() local
H A Ddrawutils.h37 enum AVPixelFormat format; member
H A Dframepool.c44 int format; member
54 enum AVPixelFormat format, variable
117 enum AVSampleFormat format, variable
152 ff_frame_pool_get_video_config(FFFramePool *pool, int *width, int *height, enum AVPixelFormat *format, int *align) ff_frame_pool_get_video_config() argument
171 ff_frame_pool_get_audio_config(FFFramePool *pool, int *channels, int *nb_samples, enum AVSampleFormat *format, int *align) ff_frame_pool_get_audio_config() argument
225 enum AVPixelFormat format = ff_frame_pool_get() local
[all...]
/third_party/eudev/hm_src/
H A Dlog.c28 int log_meta(int level, const char*file, int line, const char *func, const char *format, ...) in log_meta() argument
33 int log_metav(int level, const char*file, int line, const char *func, const char *format, va_list ap) in log_metav() argument
38 log_internal( int level, int error, const char *file, int line, const char *func, const char *format, ...) log_internal() argument
/third_party/gn/src/base/strings/
H A Dstring_util.h44 snprintf(char* buffer, size_t size, _Printf_format_string_ const char* format, ...) snprintf() argument
/third_party/ffmpeg/libswresample/
H A Dresample.h48 enum AVSampleFormat format; member
/third_party/astc-encoder/Source/
H A Dastcenccli_internal.h112 print_error( const char* format, _Args...args ) print_error() argument
H A Dastcenc_diagnostic_trace.cpp74 TraceNode( const char* format, ... ) TraceNode() argument
181 trace_add_data( const char* key, const char* format, ... ) trace_add_data() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_simple.c47 set_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *hw_params, unsigned int *rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, unsigned int *buffer_time, unsigned int *period_time, snd_pcm_access_t access) set_hw_params() argument
157 snd_spcm_init(snd_pcm_t *pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type) snd_spcm_init() argument
209 snd_spcm_init_duplex(snd_pcm_t *playback_pcm, snd_pcm_t *capture_pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type, snd_spcm_duplex_type_t duplex_type) snd_spcm_init_duplex() argument
[all...]
/third_party/alsa-lib/test/
H A Dchmap.c52 static int setup_pcm(snd_pcm_t *pcm, int format, int channels, int rate) in setup_pcm() argument
87 static int get_chmap(snd_pcm_t *pcm, int format, int channels, int rate) in get_chmap() argument
104 static int set_chmap(snd_pcm_t *pcm, int format, in argument
156 int format = SND_PCM_FORMAT_UNKNOWN; main() local
[all...]
/third_party/alsa-utils/axfer/
H A Dxfer.c114 xfer_context_pre_process(struct xfer_context *xfer, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, snd_pcm_access_t *access, snd_pcm_uframes_t *frames_per_buffer) xfer_context_pre_process() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicDurationFormat.java35 public StringBuffer format(Object object, StringBuffer toAppend, FieldPosition pos) { in format() method in BasicDurationFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DLocalizedNumberFormatter.java54 public FormattedNumber format(long input) { in format() method in LocalizedNumberFormatter
68 public FormattedNumber format(double input) { in format() method in LocalizedNumberFormatter
82 public FormattedNumber format(Number input) { in format() method in LocalizedNumberFormatter
100 public FormattedNumber format(Measure input) { format() method in LocalizedNumberFormatter
127 private FormattedNumber format(DecimalQuantity fq) { format() method in LocalizedNumberFormatter
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSelectFormat.java254 public final String format(String keyword) { in format() method in SelectFormat
317 public StringBuffer format(Object keyword, StringBuffer toAppendTo, format() method in SelectFormat
[all...]
H A DSimpleFormatter.java95 public String format(CharSequence... values) { in format() method in SimpleFormatter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/personname/
H A DPersonNamePattern.java83 public String format(PersonName name) { in format() method in PersonNamePattern
199 String format(PersonName name); in format() method
217 public String format(PersonName name) { in format() method in PersonNamePattern.LiteralText
257 public String format(PersonName name) { in format() method in PersonNamePattern.NameFieldImpl
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2DataModelFormatter.java119 String format(Map<String, Object> arguments) { in format() method in Mf2DataModelFormatter

Completed in 29 milliseconds

1...<<21222324252627282930>>...159