Home
last modified time | relevance | path

Searched refs:model (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.c716 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { in vp9_model_to_full_probs() argument
717 if (full != model) in vp9_model_to_full_probs()
718 vpx_memcpy(full, model, sizeof(vp9_prob) * UNCONSTRAINED_NODES); in vp9_model_to_full_probs()
719 extend_to_full_distribution(&full[UNCONSTRAINED_NODES], model[PIVOT_NODE]); in vp9_model_to_full_probs()
Dvp9_entropy.h146 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
DLocEngAdapter.cpp103 char model[PROPERTY_VALUE_MAX]; in setXtraUserAgent() local
112 property_get("ro.product.model", model, defVal); in setXtraUserAgent()
119 encodeInPlace(model, PROPERTY_VALUE_MAX); in setXtraUserAgent()
124 release, manufacture, model, board, in setXtraUserAgent()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
DLocEngAdapter.cpp103 char model[PROPERTY_VALUE_MAX]; in setXtraUserAgent() local
112 property_get("ro.product.model", model, defVal); in setXtraUserAgent()
119 encodeInPlace(model, PROPERTY_VALUE_MAX); in setXtraUserAgent()
124 release, manufacture, model, board, in setXtraUserAgent()
/hardware/bsp/intel/peripheral/libmraa/docs/
Draspberry_pi.md23 This pin mapping refers to the first generation 'B' model Pi but gives an idea
57 The following pin mapping applies to the new Raspberry Pi model 2 and B+. Note that GPIO(21) is now…
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1516 if(strncmp(mdev_info.model, MSM_CONFIGURATION_NAME, sizeof(mdev_info.model)) != 0) { in get_sensor_info()
1745 if (strncmp(mdev_info.model, MSM_CONFIGURATION_NAME, in get_num_of_cameras()
1746 sizeof(mdev_info.model)) != 0) { in get_num_of_cameras()
1813 if(strncmp(mdev_info.model, MSM_CAMERA_NAME, sizeof(mdev_info.model)) != 0) { in get_num_of_cameras()
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c258 event->common.model = handle; in sound_trigger_keyphrase_event_alloc()
297 event->common.model = handle; in sound_trigger_generic_event_alloc()
352 event->model = model_context->model_handle; in send_event_with_handle()
/hardware/bsp/intel/peripheral/libupm/docs/
Dknownlimitations.md64 sometimes replaced with the same model from a different vendor.
Ddocumentation.md10 - Have the specific sensor manufacturer/model & version that you used, if you
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dconfigure646 add_cflags -fp-model precise