Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 77) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dcodec_factory.h72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) in VP8Decoder()
87 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder()
105 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
114 virtual Encoder* CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
125 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
154 VP9Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) in VP9Decoder()
169 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP9Encoder()
187 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
196 virtual Encoder* CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
207 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
Ddecode_perf_test.cc75 vpx_codec_dec_cfg_t cfg = {0}; in TEST_P() local
Dtile_independence_test.cc32 vpx_codec_dec_cfg_t cfg; in TileIndependenceTest() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dset_maps.c64 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg, in set_roi_map()
97 static void set_active_map(const vpx_codec_enc_cfg_t *cfg, in set_active_map()
115 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg, in unset_active_map()
157 vpx_codec_enc_cfg_t cfg = {0}; in main() local
Dvpx_temporal_scalable_patterns.c64 vpx_codec_enc_cfg_t *cfg) { in set_rate_control_metrics()
89 vpx_codec_enc_cfg_t *cfg, in printout_rate_control_summary()
129 vpx_codec_enc_cfg_t *cfg, in set_temporal_layer_pattern()
434 vpx_codec_enc_cfg_t cfg; in main() local
Dvp8_multi_resolution_encoder.c133 const vpx_codec_enc_cfg_t *cfg, in write_ivf_file_header()
177 vpx_codec_enc_cfg_t cfg[NUM_ENCODERS]; in main() local
Dvp8cx_set_ref.c98 vpx_codec_enc_cfg_t cfg = {0}; in main() local
Dexample_xma.c80 vpx_codec_dec_cfg_t cfg; in main() local
/hardware/qcom/camera/QCamera2/util/
DQCameraFlash.cpp177 struct msm_flash_cfg_data_t cfg; in initFlash() local
222 struct msm_flash_cfg_data_t cfg; in setFlashMode() local
282 struct msm_flash_cfg_data_t cfg; in deinitFlash() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c25 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_ver()
68 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver()
161 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default()
364 const vpx_codec_enc_cfg_t *cfg) { in vpx_codec_enc_config_set()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvpx_config.c8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sd… variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvpx_config.c8 static const char* const cfg = "--force-target=generic-gnu --disable-vp9-encoder --disable-examples… variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvpx_config.c8 static const char* const cfg = "--target=armv7-android-gcc --disable-runtime-cpu-detect --sdk-path=… variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvpx_config.c8 static const char* const cfg = "--target=x86-android-gcc --disable-docs --disable-unit-tests --disa… variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvpx_config.c8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sd… variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvpx_config.c8 static const char* const cfg = "--target=armv7-android-gcc --disable-runtime-cpu-detect --sdk-path=… variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Drate_hist.c37 struct rate_hist *init_rate_histogram(const vpx_codec_enc_cfg_t *cfg, in init_rate_histogram()
74 const vpx_codec_enc_cfg_t *cfg, in update_rate_histogram()
269 const vpx_codec_enc_cfg_t *cfg, int max_buckets) { in show_rate_histogram()
Divfenc.c17 const struct vpx_codec_enc_cfg *cfg, in ivf_write_file_header()
Dwebmenc.c157 const vpx_codec_enc_cfg_t *cfg, in write_webm_file_header()
214 const vpx_codec_enc_cfg_t *cfg, in write_webm_block()
Dvideo_writer.c25 struct vpx_codec_enc_cfg cfg; in write_header() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c44 struct vp8_extracfg cfg; member
80 vpx_codec_enc_cfg_t cfg; member
136 const vpx_codec_enc_cfg_t *cfg, in validate_config()
286 vpx_codec_enc_cfg_t cfg, in set_vp8e_config()
449 const vpx_codec_enc_cfg_t *cfg) in vp8e_set_config()
543 static vpx_codec_err_t vp8e_mr_alloc_mem(const vpx_codec_enc_cfg_t *cfg, in vp8e_mr_alloc_mem()
579 vpx_codec_enc_cfg_t *cfg; in vp8e_init() local
/hardware/bsp/intel/soc/common/tools/
Dgpt_ini2bin.py28 def preparse_partitions(gpt_in, cfg): argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c45 struct vp9_extracfg cfg; member
76 vpx_codec_enc_cfg_t cfg; member
143 const vpx_codec_enc_cfg_t *cfg, in validate_config()
281 const vpx_codec_enc_cfg_t *cfg, in set_vp9e_config()
418 const vpx_codec_enc_cfg_t *cfg) { in vp9e_set_config()
512 vpx_codec_enc_cfg_t *cfg; in vp9e_common_init() local
1012 const vpx_codec_enc_cfg_t *cfg = &ctx->cfg; in vp9e_set_svc() local
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_cam_sensor.h233 } cfg; member
241 } cfg; member
249 } cfg; member
289 } cfg; member
353 } cfg; member
374 } cfg; member
534 } cfg; member
553 } cfg; member
585 } cfg; member
601 } cfg; member
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_config.c116 void read_line(PERF_Config *cfg, char const *line, char const *tag) in read_line()

1234