/external/libvpx/config/mips32-dspr2/ |
vp9_rtcd.h | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); 35 unsigned int vp9_avg_8x8_c(const uint8_t *, int p); 38 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz); 41 int64_t vp9_block_error_fp_c(const int16_t *coeff, const int16_t *dqcoeff, int block_size); 44 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv) [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraParameters.h | 40 static const char ExifAsciiPrefix[] = { 0x41, 0x53, 0x43, 0x49, 0x49, 0x0, 0x0, 0x0 }; // "ASCII\0\0\0" 41 static const char ExifUndefinedPrefix[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; // "\0\0\0\0\0\0\0\0" 114 QCameraParameters(const String8 ¶ms); 119 static const char KEY_QC_SUPPORTED_HFR_SIZES[]; 122 static const char KEY_QC_PREVIEW_FRAME_RATE_MODE[]; 123 static const char KEY_QC_SUPPORTED_PREVIEW_FRAME_RATE_MODES[]; 124 static const char KEY_QC_PREVIEW_FRAME_RATE_AUTO_MODE[]; 125 static const char KEY_QC_PREVIEW_FRAME_RATE_FIXED_MODE[]; 126 static const char KEY_QC_SUPPORTED_SKIN_TONE_ENHANCEMENT_MODES[] ; 129 static const char KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[] [all...] |
/external/libvpx/config/arm/ |
vpx_dsp_rtcd.h | 22 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride); 25 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 28 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 31 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) [all...] |
/external/lzma/CPP/Common/ |
StringConvert.h | 9 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP);
12 void MultiByteToUnicodeString2(UString &dest, const AString &srcString, UINT codePage = CP_ACP);
13 void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
14 void UnicodeStringToMultiByte2(AString &dest, const UString &srcString, UINT codePage);
16 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
17 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
19 inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString)
21 inline const UString& GetUnicodeString(const UString &unicodeString) [all...] |
/external/webrtc/webrtc/modules/video_render/external/ |
video_render_external_impl.h | 28 VideoRenderExternalImpl(const int32_t id, 29 const VideoRenderType videoRenderType, 30 void* window, const bool fullscreen); 45 * AddIncomingRenderStream(const uint32_t streamId, 46 const uint32_t zOrder, 47 const float left, const float top, 48 const float right, const float bottom); 51 DeleteIncomingRenderStream(const uint32_t streamId) [all...] |
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.hpp | 14 extern const struct ProgramEntry accumulate; 16 extern const struct ProgramEntry bilateral; 18 extern const struct ProgramEntry blend_linear; 20 extern const struct ProgramEntry boxFilter; 22 extern const struct ProgramEntry calc_back_project; 24 extern const struct ProgramEntry canny; 26 extern const struct ProgramEntry clahe; 28 extern const struct ProgramEntry corner; 30 extern const struct ProgramEntry covardata; 32 extern const struct ProgramEntry cvtcolor [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/ |
damerau_levenshtein_edit_distance_policy.h | 27 DamerauLevenshteinEditDistancePolicy(const int *const string0, const int length0, 28 const int *const string1, const int length1) 33 AK_FORCE_INLINE float getSubstitutionCost(const int index0, const int index1) const { 34 const int c0 = CharUtils::toBaseLowerCase(mString0[index0]) [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/ |
js_generator.h | 89 const vector< pair< string, string > >& options, 98 virtual bool Generate(const FileDescriptor* file, 99 const string& parameter, 101 string* error) const { 106 virtual bool HasGenerateAll() const { return true; } 108 virtual bool GenerateAll(const vector<const FileDescriptor*>& files, 109 const string& parameter, 111 string* error) const; 114 void GenerateHeader(const GeneratorOptions& options [all...] |
/external/pdfium/core/include/fpdfapi/ |
fpdf_objects.h | 47 int GetType() const { return m_Type; } 49 FX_DWORD GetObjNum() const { return m_ObjNum; } 51 FX_DWORD GetGenNum() const { return m_GenNum; } 53 FX_BOOL IsIdentical(CPDF_Object* pObj) const; 55 CPDF_Object* Clone(FX_BOOL bDirect = FALSE) const; 57 CPDF_Object* CloneRef(CPDF_IndirectObjectHolder* pObjs) const; 59 CPDF_Object* GetDirect() const; 63 CFX_ByteString GetString() const; 65 CFX_ByteStringC GetConstString() const; 67 CFX_WideString GetUnicodeText(CFX_CharMap* pCharMap = NULL) const; [all...] |
/art/test/056-const-string-jumbo/ |
info.txt | 1 Test that the opcode const-string/jumbo works.
|
/external/ImageMagick/MagickCore/ |
blob.h | 38 *GetBlobFileHandle(const Image *); 41 *BlobToImage(const ImageInfo *,const void *,const size_t,ExceptionInfo *), 42 *PingBlob(const ImageInfo *,const void *,const size_t,ExceptionInfo *); 45 BlobToFile(char *,const void *,const size_t,ExceptionInfo *), 46 FileToImage(Image *,const char *,ExceptionInfo *) [all...] |
transform.h | 26 *AutoOrientImage(const Image *,const OrientationType,ExceptionInfo *), 27 *ChopImage(const Image *,const RectangleInfo *,ExceptionInfo *), 28 *ConsolidateCMYKImages(const Image *,ExceptionInfo *), 29 *CropImage(const Image *,const RectangleInfo *,ExceptionInfo *), 30 *CropImageToTiles(const Image *,const char *, ExceptionInfo *), 31 *ExcerptImage(const Image *,const RectangleInfo *,ExceptionInfo *) [all...] |
/external/clang/test/CodeGen/ |
2002-12-15-GlobalConstantTest.c | 4 const char *W = "foo"; 5 const int X = 7; 7 const char * const Z = "bar";
|
/external/clang/test/Index/Inputs/ |
preamble-with-error.h | 3 extern Int *const www;
|
/external/clang/test/Lexer/Inputs/ |
tokens-between-ifndef-and-define.h | 3 const int pi = 3;
|
/external/clang/test/Modules/Inputs/declare-use/ |
a.h | 3 const int a = 2;
|
b.h | 3 const int b = 3;
|
sub.h | 3 const int sub = 42;
|
/external/clang/test/Modules/Inputs/modular_maps/ |
a.h | 3 const int a = 2;
|
b.h | 3 const int b = 3;
|
c.h | 3 const int c = 5;
|
common.h | 3 const int x = 2;
|
/external/clang/test/Modules/Inputs/separate_map_tree/src/ |
common.h | 3 const int common = 2;
|
private-in-c.h | 3 const int c_ = 2;
|
public-in-b.h | 3 const int b = 3;
|