Searched refs:int64 (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pv_mp3dec_fxd_op_c_equivalent.h | 64 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()
|
D | pv_mp3dec_fxd_op_msc_evc.h | 59 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/ |
D | ring_buffer.h | 49 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_;
|
D | ring_buffer.cc | 66 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()
|
D | variablespeed.h | 52 bool PlayFileDescriptor(int fd, int64 offset, int64 length);
|
D | integral_types.h | 27 typedef long long int64; // NOLINT typedef
|
D | variablespeed.cc | 489 bool AudioEngine::PlayFileDescriptor(int fd, int64 offset, int64 length) { in PlayFileDescriptor()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/include/ |
D | pvmp3_audio_type_defs.h | 72 typedef int64_t int64; typedef
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | common_defs.h | 40 #define int64 int64_t macro
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pv_amr_wb_type_defs.h | 170 typedef int64_t int64; typedef
|
D | pvamrwbdecoder_basic_op_cequivalent.h | 532 int32 L_mul = (int32)(((int64)L_var1 * (L_var2 << 16)) >> 32); in fxp_mul32_by_16b()
|
D | isp_az.cpp | 278 t0 = (int32)(((int64)f1[nc] * isp[m - 1]) >> 16) << 1; in Isp_Az()
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | basic_types.h | 42 typedef long long int64; typedef
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.h | 991 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 …]
|
D | gltrace.pb.cpp | 1857 … ::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/ |
D | gltrace.proto | 831 repeated int64 int64Value = 8; 841 required int64 start_time = 2; // time when call was invoked
|