Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 144) sorted by relevance

123456

/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
Dmlerrorcode.h24 #define CALL_N_CHECK(f) { \ argument
25 unsigned int r35uLt = f; \
28 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
32 #define CALL_CHECK_N_RETURN_ERROR(f) { \ argument
33 unsigned int r35uLt = f; \
36 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
42 #define CALL_CHECK_N_RETURN(f) do { \ argument
43 unsigned int r35uLt = f; \
46 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \
51 #define CALL_CHECK_N_EXIT(f) { \ argument
[all …]
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dfullscreen_vertex_shader.inl28 " positions[0] = vec2(-1.0f, 3.0f); \n"
29 " positions[1] = vec2(-1.0f, -1.0f); \n"
30 " positions[2] = vec2(3.0f, -1.0f); \n"
32 " uvs[0] = vec2(0.0f, -1.0f); \n"
33 " uvs[1] = vec2(0.0f, 1.0f); \n"
34 " uvs[2] = vec2(2.0f, 1.0f); \n"
35 " gl_Position = vec4(positions[gl_VertexID], -1.0f, 1.0f); \n"
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dkeymaster_tags.h187 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG, f.longInteger)
188 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG_REP, f.longInteger)
189 MAKE_TAG_VALUE_ACCESSOR(TagType::DATE, f.dateTime)
190 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT, f.integer)
191 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT_REP, f.integer)
192 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
210 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_ALGORITHM, f.algorithm)
211 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_BLOB_USAGE_REQUIREMENTS, f.keyBlobUsageRequirements)
212 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_BLOCK_MODE, f.blockMode)
213 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_DIGEST, f.digest)
[all …]
/hardware/interfaces/keymaster/4.0/support/
Dkey_param_output.cpp49 return os << param.f.integer; in operator <<()
54 return os << param.f.algorithm; in operator <<()
56 return os << param.f.blockMode; in operator <<()
58 return os << param.f.paddingMode; in operator <<()
60 return os << param.f.digest; in operator <<()
62 return os << (int)param.f.ecCurve; in operator <<()
64 return os << param.f.origin; in operator <<()
66 return os << (int)param.f.keyBlobUsageRequirements; in operator <<()
68 return os << param.f.purpose; in operator <<()
70 return os << " UNKNOWN ENUM " << param.f.integer; in operator <<()
[all …]
Dauthorization_set.cpp37 return a.f.integer < b.f.integer; in keyParamLess()
40 return a.f.longInteger < b.f.longInteger; in keyParamLess()
42 return a.f.dateTime < b.f.dateTime; in keyParamLess()
70 return a.f.integer == b.f.integer; in keyParamEqual()
73 return a.f.longInteger == b.f.longInteger; in keyParamEqual()
75 return a.f.dateTime == b.f.dateTime; in keyParamEqual()
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dimg_gralloc1.h50 GRALLOC1_PFN_RETAIN f = in gralloc1_register_img() local
55 err = f(g, handle); in gralloc1_register_img()
70 GRALLOC1_PFN_RELEASE f = in gralloc1_unregister_img() local
75 err = f(g, handle); in gralloc1_unregister_img()
191 GRALLOC1_PFN_LOCK f = in gralloc1_lock_async_img() local
201 err = f(g, handle, producerUsage, consumerUsage, r, vaddr, acquireFence); in gralloc1_lock_async_img()
216 GRALLOC1_PFN_UNLOCK f = in gralloc1_unlock_async_img() local
221 err = f(g, handle, &releaseFence32); in gralloc1_unlock_async_img()
242 GRALLOC1_PFN_BLIT_HANDLE_TO_HANDLE_IMG f = in gralloc1_blit_handle_to_handle_img() local
246 return f(g, src, dest, w, h, x, y, transform, input_fence, output_fence); in gralloc1_blit_handle_to_handle_img()
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dimg_gralloc1.h50 GRALLOC1_PFN_RETAIN f = in gralloc1_register_img() local
55 err = f(g, handle); in gralloc1_register_img()
70 GRALLOC1_PFN_RELEASE f = in gralloc1_unregister_img() local
75 err = f(g, handle); in gralloc1_unregister_img()
191 GRALLOC1_PFN_LOCK f = in gralloc1_lock_async_img() local
201 err = f(g, handle, producerUsage, consumerUsage, r, vaddr, acquireFence); in gralloc1_lock_async_img()
216 GRALLOC1_PFN_UNLOCK f = in gralloc1_unlock_async_img() local
221 err = f(g, handle, &releaseFence32); in gralloc1_unlock_async_img()
242 GRALLOC1_PFN_BLIT_HANDLE_TO_HANDLE_IMG f = in gralloc1_blit_handle_to_handle_img() local
246 return f(g, src, dest, w, h, x, y, transform, input_fence, output_fence); in gralloc1_blit_handle_to_handle_img()
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkey_param_output.cpp77 return os << param.f.integer; in operator <<()
82 return os << param.f.algorithm; in operator <<()
84 return os << param.f.blockMode; in operator <<()
86 return os << param.f.paddingMode; in operator <<()
88 return os << param.f.digest; in operator <<()
90 return os << (int)param.f.ecCurve; in operator <<()
92 return os << param.f.origin; in operator <<()
94 return os << (int)param.f.keyBlobUsageRequirements; in operator <<()
96 return os << param.f.purpose; in operator <<()
98 return os << " UNKNOWN ENUM " << param.f.integer; in operator <<()
[all …]
Dkeymaster_tags.h195 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG, f.longInteger)
196 MAKE_TAG_VALUE_ACCESSOR(TagType::ULONG_REP, f.longInteger)
197 MAKE_TAG_VALUE_ACCESSOR(TagType::DATE, f.dateTime)
198 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT, f.integer)
199 MAKE_TAG_VALUE_ACCESSOR(TagType::UINT_REP, f.integer)
200 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue)
217 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_ALGORITHM, f.algorithm)
218 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_BLOB_USAGE_REQUIREMENTS, f.keyBlobUsageRequirements)
219 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_BLOCK_MODE, f.blockMode)
220 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_DIGEST, f.digest)
[all …]
Dauthorization_set.cpp45 return a.f.integer < b.f.integer; in keyParamLess()
48 return a.f.longInteger < b.f.longInteger; in keyParamLess()
50 return a.f.dateTime < b.f.dateTime; in keyParamLess()
79 return a.f.integer == b.f.integer; in keyParamEqual()
82 return a.f.longInteger == b.f.longInteger; in keyParamEqual()
84 return a.f.dateTime == b.f.dateTime; in keyParamEqual()
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal572 * and scale 1.0f.
725 * the scale must be 1.f / 256 and the zeroPoint must be 0.
769 * \f{eqnarray*}{
780 * \f}
782 * * \f$x_t\f$ is the input,
783 * * \f$i_t\f$ is the input gate,
784 * * \f$f_t\f$ is the forget gate,
785 * * \f$C_t\f$ is the cell state,
786 * * \f$o_t\f$ is the output,
787 * * \f$h_t\f$ is the output state,
[all …]
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() argument
44 format_(f), in BufferDescriptor()
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() argument
53 format_(f), in BufferDescriptor()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() argument
43 format_(f), in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() argument
52 format_(f), in BufferDescriptor()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() argument
43 format_(f), in BufferDescriptor()
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() argument
52 format_(f), in BufferDescriptor()
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() argument
44 format_(f), in BufferDescriptor()
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() argument
53 format_(f), in BufferDescriptor()
/hardware/google/av/codec2/vndk/internal/
DC2ParamInternal.h53 inline static uint32_t GetOffset(const _C2FieldId &f) { in GetOffset()
54 return f._mOffset; in GetOffset()
57 inline static uint32_t GetSize(const _C2FieldId &f) { in GetSize()
58 return f._mSize; in GetSize()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.h167 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf()
168 w(wi), h(he), format(f), size(0) {} in Whf()
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf()
170 w(wi), h(he), format(f), size(s) {} in Whf()
323 PipeArgs(eMdpFlags f, Whf _whf,
326 mdpFlags(f), in mdpFlags()
348 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument
349 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags()
352 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument
353 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags()
[all …]
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.h167 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf()
168 w(wi), h(he), format(f), size(0) {} in Whf()
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf()
170 w(wi), h(he), format(f), size(s) {} in Whf()
330 PipeArgs(eMdpFlags f, Whf _whf,
333 mdpFlags(f), in mdpFlags()
357 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument
358 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags()
361 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument
362 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/
Dmm_lib2d_test.c145 FILE *f; in lib2d_dump_tga() local
150 f = fopen(fname, "wb"); in lib2d_dump_tga()
151 if (f) { in lib2d_dump_tga()
153 fprintf(f, "%c%c%c%c", 0, 0, 2, 0); in lib2d_dump_tga()
154 fprintf(f, "%c%c%c%c", 0, 0, 0, 0); in lib2d_dump_tga()
155 fprintf(f, "%c%c%c%c", 0, 0, 0, 0); in lib2d_dump_tga()
156 fprintf(f, "%c%c%c%c", width & 0xff, width >> 8, height & 0xff, height >> 8); in lib2d_dump_tga()
157 fprintf(f, "%c%c", bpp, 32); in lib2d_dump_tga()
161 fprintf(f, "%c%c%c%c", in lib2d_dump_tga()
168 fclose(f); in lib2d_dump_tga()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2966 static void encode_pb_pictures(FILE *yuv_fp, FILE *avc_fp, int f, int nbframes, int next_f) in encode_pb_pictures() argument
2970 enc_frame_number, f + nbframes, in encode_pb_pictures()
2972 SLICE_TYPE_P, 1, f); in encode_pb_pictures()
2976 enc_frame_number + 1, f + i, in encode_pb_pictures()
2978 SLICE_TYPE_B, 1, f + i + 1); in encode_pb_pictures()
2982 enc_frame_number + 1, f + nbframes - 1, in encode_pb_pictures()
3206 int f; in encode_file() local
3231 for ( int f = 0; f < frame_number; ) { //picture level loop in encode_file() local
3239 encode_picture(yuv_fp, avc_fp,enc_frame_number, f, f==0, SLICE_TYPE_I, 0, f+1); in encode_file()
3240 f++; in encode_file()
[all …]
/hardware/intel/common/libva/test/encode/
Davcenc.c1375 static void encode_pb_pictures(FILE *yuv_fp, FILE *avc_fp, int f, int nbframes, int next_f) in encode_pb_pictures() argument
1379 enc_frame_number, f + nbframes, in encode_pb_pictures()
1381 SLICE_TYPE_P, 1, f); in encode_pb_pictures()
1385 enc_frame_number + 1, f + i, in encode_pb_pictures()
1387 SLICE_TYPE_B, 1, f + i + 1); in encode_pb_pictures()
1391 enc_frame_number + 1, f + nbframes - 1, in encode_pb_pictures()
1552 int f; in main() local
1642 for ( f = 0; f < frame_number; ) { //picture level loop in main()
1650 encode_picture(yuv_fp, avc_fp,enc_frame_number, f, f==0, SLICE_TYPE_I, 0, f+1); in main()
1651 f++; in main()
[all …]
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.h194 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf()
195 w(wi), h(he), format(f), size(0) {} in Whf()
196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf()
197 w(wi), h(he), format(f), size(s) {} in Whf()
353 PipeArgs(eMdpFlags f, Whf _whf, in PipeArgs()
356 mdpFlags(f), in PipeArgs()
380 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument
381 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags()
384 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument
385 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.h198 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf()
199 w(wi), h(he), format(f), size(0) {} in Whf()
200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf()
201 w(wi), h(he), format(f), size(s) {} in Whf()
361 PipeArgs(eMdpFlags f, Whf _whf,
364 mdpFlags(f), in mdpFlags()
388 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument
389 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags()
392 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument
393 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags()
[all …]

123456