Home
last modified time | relevance | path

Searched refs:int64 (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpv_mp3dec_fxd_op_c_equivalent.h64 return (Int32)(((int64)(a) * b) >> 30); in fxp_mul32_Q30()
69 return (L_add + (Int32)(((int64)(a) * b) >> 30)); in fxp_mac32_Q30()
74 return (Int32)(((int64)(a) * b) >> 32); in fxp_mul32_Q32()
80 return (Int32)(((int64)(a) * b) >> 28); in fxp_mul32_Q28()
85 return (Int32)(((int64)(a) * b) >> 27); in fxp_mul32_Q27()
90 return (Int32)(((int64)(a) * b) >> 26); in fxp_mul32_Q26()
96 return (L_add + (Int32)(((int64)(a) * b) >> 32)); in fxp_mac32_Q32()
101 return (L_sub - ((Int32)(((int64)(a) * b) >> 32))); in fxp_msb32_Q32()
107 return (Int32)(((int64)(a) * b) >> 29); in fxp_mul32_Q29()
Dpv_mp3dec_fxd_op_msc_evc.h59 return (int32)(((int64)(a) * b) >> 30); in fxp_mul32_Q30()
65 return (L_add + (int32)(((int64)(a) * b) >> 30)); in fxp_mac32_Q30()
79 return (int32)(((int64)(a) * b) >> 28); in fxp_mul32_Q28()
85 return (int32)(((int64)(a) * b) >> 27); in fxp_mul32_Q27()
92 return (int32)(((int64)(a) * b) >> 26); in fxp_mul32_Q26()
111 return (int32)(((int64)(a) * b) >> 29); in fxp_mul32_Q29()
/frameworks/ex/variablespeed/jni/
Dring_buffer.h49 int64 Tell(int reader) const;
54 void Seek(int reader, int64 position);
98 int64 GetTail() const;
102 std::vector<int64> readers_;
106 int64 head_logical_;
Dring_buffer.cc66 int64 tail = GetTail(); in overhead()
70 int64 RingBuffer::GetTail() const { in GetTail()
74 int64 RingBuffer::Tell(int reader) const { in Tell()
78 void RingBuffer::Seek(int reader, int64 position) { in Seek()
Dvariablespeed.h52 bool PlayFileDescriptor(int fd, int64 offset, int64 length);
Dintegral_types.h27 typedef long long int64; // NOLINT typedef
Dvariablespeed.cc489 bool AudioEngine::PlayFileDescriptor(int fd, int64 offset, int64 length) { in PlayFileDescriptor()
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3_audio_type_defs.h72 typedef int64_t int64; typedef
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dcommon_defs.h40 #define int64 int64_t macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h170 typedef int64_t int64; typedef
Dpvamrwbdecoder_basic_op_cequivalent.h532 int32 L_mul = (int32)(((int64)L_var1 * (L_var2 << 16)) >> 32); in fxp_mul32_by_16b()
Disp_az.cpp278 t0 = (int32)(((int64)f1[nc] * isp[m - 1]) >> 16) << 1; in Isp_Az()
/frameworks/av/media/libeffects/loudness/common/core/
Dbasic_types.h42 typedef long long int64; typedef
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.h991 inline ::google::protobuf::int64 int64value(int index) const;
992 inline void set_int64value(int index, ::google::protobuf::int64 value);
993 inline void add_int64value(::google::protobuf::int64 value);
994 inline const ::google::protobuf::RepeatedField< ::google::protobuf::int64 >&
996 inline ::google::protobuf::RepeatedField< ::google::protobuf::int64 >*
1010 ::google::protobuf::RepeatedField< ::google::protobuf::int64 > int64value_;
1983 inline ::google::protobuf::int64 start_time() const;
1984 inline void set_start_time(::google::protobuf::int64 value);
2038 ::google::protobuf::int64 start_time_;
2275 inline ::google::protobuf::int64 GLMessage_DataType::int64value(int index) const { in int64value()
[all …]
Dgltrace.pb.cpp1857 … ::google::protobuf::int64, ::google::protobuf::internal::WireFormatLite::TYPE_INT64>( in MergePartialFromCodedStream()
1863 … ::google::protobuf::int64, ::google::protobuf::internal::WireFormatLite::TYPE_INT64>( in MergePartialFromCodedStream()
2402 … ::google::protobuf::int64, ::google::protobuf::internal::WireFormatLite::TYPE_INT64>( in MergePartialFromCodedStream()
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto831 repeated int64 int64Value = 8;
841 required int64 start_time = 2; // time when call was invoked