Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 21 of 21) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-audio-codec.c84 u32 factor; member
112 u32 factor; in xa_codec_prepare_runtime() local
136 XF_CHK_ERR(factor = xf_timebase_factor(msg->sample_rate), XA_API_FATAL_INVALID_CMD_TYPE); in xa_codec_prepare_runtime()
139 codec->factor = factor / codec->sample_size; in xa_codec_prepare_runtime()
141 TRACE(INIT, _b("ts-factor: %u (%u)"), codec->factor, factor); in xa_codec_prepare_runtime()
143 …BUG(codec->factor * codec->sample_size != factor, _x("Freq mismatch: %u vs %u"), codec->factor * c… in xa_codec_prepare_runtime()
626 xa_base_schedule(base, produced * codec->factor); in xa_codec_postprocess()
Dxa-class-mixer.c181 u32 factor; in xa_mixer_prepare_runtime() local
192 XF_CHK_ERR(factor = xf_timebase_factor(msg->sample_rate), XA_MIXER_CONFIG_FATAL_RANGE); in xa_mixer_prepare_runtime()
195 mixer->frame_duration = frame_size * factor; in xa_mixer_prepare_runtime()
/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.h53 TimeDifference operator*(const uint32_t factor) {
55 rval.ts_.tv_sec = ts_.tv_sec * factor;
61 int64_t tv_nsec = static_cast<int64_t>(ts_.tv_nsec) * factor;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp206 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument
208 getDispatch()->glPolygonOffset(factor, units); in glPolygonOffset()
641 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() argument
643 getDispatch()->glPolygonOffsetx(factor, units); in glPolygonOffsetx()
996 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() argument
998 getDispatch()->glPolygonOffsetxOES(factor, units); in glPolygonOffsetxOES()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries38 void glPolygonOffset(GLfloat factor, GLfloat units);
125 void glPolygonOffsetx(GLfixed factor, GLfixed units);
Dgles2_core.entries96 void glPolygonOffset(GLfloat factor, GLfloat units);
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp38 void glPolygonOffset(GLfloat factor, GLfloat units);
124 void glPolygonOffsetx(GLfixed factor, GLfixed units);
215 void glPolygonOffsetxOES(GLfixed factor, GLfixed units);
489 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument
492 ctx->glPolygonOffset(ctx, factor, units); in glPolygonOffset()
1009 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() argument
1012 ctx->glPolygonOffsetx(ctx, factor, units); in glPolygonOffsetx()
1555 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() argument
1558 ctx->glPolygonOffsetxOES(ctx, factor, units); in glPolygonOffsetxOES()
Dgl_enc.cpp915 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc() argument
933 memcpy(ptr, &factor, 4); ptr += 4; in glPolygonOffset_enc()
3308 void glPolygonOffsetx_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetx_enc() argument
3326 memcpy(ptr, &factor, 4); ptr += 4; in glPolygonOffsetx_enc()
5888 void glPolygonOffsetxOES_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetxOES_enc() argument
5906 memcpy(ptr, &factor, 4); ptr += 4; in glPolygonOffsetxOES_enc()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in31 GL_ENTRY(void, glPolygonOffset, GLfloat factor, GLfloat units)
117 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
215 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h623 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
Dglext.h697 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
737 typedef void (GL_APIENTRYP PFNGLPOLYGONOFFSETXOESPROC) (GLfixed factor, GLfixed units);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c4216 static size_t calcFifoSize(const int* iPeriod, const int* iLatency, const int* factor, int n) { argument
4235 s += t * factor[i];
4236 DEBUG_PRINT_IF(DBG_WM_CALC, "cfifo %d: s += %d * %d, head = %d", i, t, factor[i], head);
4254 const int factor[] = {6, 6, 8}; local
4270 size_t watermark = calcFifoSize(period, latency, factor, NUM_CONT_SENSOR) / 4;
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
Dgl31.h468 GL_APICALL void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp99 void glPolygonOffset(GLfloat factor, GLfloat units);
1003 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument
1006 ctx->glPolygonOffset(ctx, factor, units); in glPolygonOffset()
Dgl2_enc.cpp2977 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc() argument
2995 memcpy(ptr, &factor, 4); ptr += 4; in glPolygonOffset_enc()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in92 GL_ENTRY(void, glPolygonOffset, GLfloat factor, GLfloat units)
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b1332 …d�capi_v2_limiter24_utils.cpp:CAPI_V2 LIMITER: Output Q factor %lu different from input Q factor %…
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img276 ��[%s.%s] ts-factor: %u (%u) @%s:%d
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dxa_hikey.img274 ��[%s.%s] ts-factor: %u (%u) @%s:%d