Searched refs:model (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropy.c | 716 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()
|
D | vp9_entropy.h | 146 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
D | media.h | 34 char model[32]; member
|
/hardware/samsung_slsi/exynos5/include/ |
D | media.h | 29 char model[32]; member
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosExif.h | 184 unsigned char model[32]; member
|
D | ExynosJpegEncoderForCamera.cpp | 375 strlen((char *)exifInfo->model) + 1, exifInfo->model, &LongerTagOffest, pIfdStart); in makeExif()
|
D | ExynosCameraHWInterface2.cpp | 5733 strncpy((char *)mExifInfo.model, property, in m_setExifFixedAttribute() 5734 sizeof(mExifInfo.model) - 1); in m_setExifFixedAttribute() 5735 mExifInfo.model[sizeof(mExifInfo.model) - 1] = '\0'; in m_setExifFixedAttribute()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosExif.h | 180 unsigned char model[32]; member
|
D | ExynosJpegEncoderForCamera.cpp | 398 strlen((char *)exifInfo->model) + 1, exifInfo->model, &LongerTagOffest, pIfdStart); in makeExif()
|
D | ExynosCamera.cpp | 3666 strncpy((char *)mExifInfo.model, property, in m_setExifFixedAttribute() 3667 sizeof(mExifInfo.model) - 1); in m_setExifFixedAttribute() 3668 mExifInfo.model[sizeof(mExifInfo.model) - 1] = '\0'; in m_setExifFixedAttribute()
|
/hardware/libhardware/modules/soundtrigger/ |
D | sound_trigger_hw.c | 80 event->common.model = stdev->model_handle; in callback_thread_loop()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | configure | 646 add_cflags -fp-model precise
|
/hardware/intel/img/libdrm/ |
D | ltmain.sh | 4571 -model|-arch|-isysroot)
|
D | aclocal.m4 | 3630 # sets the default TLS model and affects inlining. 3926 # sets the default TLS model and affects inlining.
|