Searched refs:model (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropy.c716 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { argument
717 if (full != model)
718 vpx_memcpy(full, model, sizeof(vp9_prob) * UNCONSTRAINED_NODES);
719 extend_to_full_distribution(&full[UNCONSTRAINED_NODES], model[PIVOT_NODE]);
H A Dvp9_entropy.h146 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp103 char model[PROPERTY_VALUE_MAX]; local
112 property_get("ro.product.model", model, defVal);
119 encodeInPlace(model, PROPERTY_VALUE_MAX);
124 release, manufacture, model, board,
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp103 char model[PROPERTY_VALUE_MAX]; local
112 property_get("ro.product.model", model, defVal);
119 encodeInPlace(model, PROPERTY_VALUE_MAX);
124 release, manufacture, model, board,
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c1516 if(strncmp(mdev_info.model, MSM_CONFIGURATION_NAME, sizeof(mdev_info.model)) != 0) {
1745 if (strncmp(mdev_info.model, MSM_CONFIGURATION_NAME,
1746 sizeof(mdev_info.model)) != 0) {
1813 if(strncmp(mdev_info.model, MSM_CAMERA_NAME, sizeof(mdev_info.model)) != 0) {
/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c27 * trig <uuid> : Sends a recognition event for the model at the given uuid
28 * update <uuid> : Sends a model update event for the model at the given uuid.
44 #define COMMAND_RECOGNITION_TRIGGER "trig" // Argument: model index.
45 #define COMMAND_RECOGNITION_ABORT "abort" // Argument: model index.
46 #define COMMAND_RECOGNITION_FAILURE "fail" // Argument: model index.
47 #define COMMAND_UPDATE "update" // Argument: model index.
201 // Returns model at the given index, null otherwise (error, doesn't exist, etc).
218 // Returns the first model that matches the sound model UUI
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dconfigure646 add_cflags -fp-model precise

Completed in 148 milliseconds