Searched refs:vs (Results 1 - 25 of 34) sorted by path

12

/frameworks/av/cmds/screenrecord/
H A DProgram.cpp114 GLuint vs, fs; local
117 err = compileShader(GL_VERTEX_SHADER, vertexShader, &vs);
123 glDeleteShader(vs);
128 err = linkShaderProgram(vs, fs, &program);
129 glDeleteShader(vs);
169 status_t Program::linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { argument
176 glAttachShader(program, vs);
H A DProgram.h80 static status_t linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm);
/frameworks/av/include/media/
H A DIMediaRecorder.h42 virtual status_t setVideoSource(int vs) = 0;
H A DMediaRecorderBase.h38 virtual status_t setVideoSource(video_source vs) = 0;
H A Dmediarecorder.h227 status_t setVideoSource(int vs);
/frameworks/av/media/libmedia/
H A DIMediaRecorder.cpp128 status_t setVideoSource(int vs) argument
130 ALOGV("setVideoSource(%d)", vs);
133 data.writeInt32(vs);
422 int vs = data.readInt32(); local
423 reply->writeInt32(setVideoSource(vs));
H A Dmediarecorder.cpp112 status_t MediaRecorder::setVideoSource(int vs) argument
114 ALOGV("setVideoSource(%d)", vs);
136 status_t ret = mMediaRecorder->setVideoSource(vs);
/frameworks/av/media/libmedia/include/media/
H A DIMediaRecorder.h42 virtual status_t setVideoSource(int vs) = 0;
H A DMediaRecorderBase.h38 virtual status_t setVideoSource(video_source vs) = 0;
H A Dmediarecorder.h227 status_t setVideoSource(int vs);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp102 status_t MediaRecorderClient::setVideoSource(int vs) argument
104 ALOGV("setVideoSource(%d)", vs);
106 if (vs != VIDEO_SOURCE_SURFACE && !checkPermission(cameraPermission)) {
114 return mRecorder->setVideoSource((video_source)vs);
H A DMediaRecorderClient.h67 virtual status_t setVideoSource(int vs);
H A DStagefrightRecorder.cpp232 status_t StagefrightRecorder::setVideoSource(video_source vs) { argument
233 ALOGV("setVideoSource: %d", vs);
234 if (vs < VIDEO_SOURCE_DEFAULT ||
235 vs >= VIDEO_SOURCE_LIST_END) {
236 ALOGE("Invalid video source: %d", vs);
240 if (vs == VIDEO_SOURCE_DEFAULT) {
243 mVideoSource = vs;
H A DStagefrightRecorder.h49 virtual status_t setVideoSource(video_source vs);
/frameworks/base/core/java/android/widget/
H A DTextView.java8693 int vs = mScrollY;
8695 if (top - vs < vslack) {
8696 vs = top - vslack;
8698 if (bottom - vs > vspace - vslack) {
8699 vs = bottom - (vspace - vslack);
8701 if (ht - vs < vspace) {
8702 vs = ht - vspace;
8704 if (0 - vs > 0) {
8705 vs = 0;
8772 if (hs != mScrollX || vs !
[all...]
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java141 for (int vs = 0xFE00; vs <= 0xE01EF; ++vs) {
143 if (vs == 0xFF00) {
144 vs = 0xE0100;
148 " U+" + Integer.toHexString(vs) + ")";
150 codePointsToString(new int[] {testCase.mBaseCodepoint, vs});
151 if (testCase.mVariationSelectors.contains(vs)) {
/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp76 bool MinikinUtils::hasVariationSelector(Typeface* typeface, uint32_t codepoint, uint32_t vs) { argument
78 return resolvedFace->fFontCollection->hasVariationSelector(codepoint, vs);
H A DMinikinUtils.h48 uint32_t vs);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp186 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) argument
188 ALOGV("setVideoSource(%d)", vs);
189 if (vs < VIDEO_SOURCE_DEFAULT || vs >= VIDEO_SOURCE_LIST_END) {
198 process_media_recorder_call(env, mr->setVideoSource(vs), "java/lang/RuntimeException", "setVideoSource failed.");
/frameworks/base/rs/java/android/renderscript/
H A DProgram.java184 * @param vs sampler for a corresponding texture
189 public void bindSampler(Sampler vs, int slot) argument
196 long id = vs != null ? vs.getID(mRS) : 0;
H A DScriptGroup.java234 ValueAndSize vs = new ValueAndSize(rs, obj);
235 values[index] = vs.value;
236 sizes[index] = vs.size;
285 ValueAndSize vs = new ValueAndSize(mRS, obj);
286 mRS.nClosureSetArg(getID(mRS), index, vs.value, vs.size);
294 ValueAndSize vs = new ValueAndSize(mRS, obj);
295 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mRS), vs.value, vs.size);
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py119 for vs in vs_dict:
120 for base, glyph in vs_dict[vs]:
122 emoji_map[(base, vs)] = emoji_map[base]
124 emoji_map[(base, vs)] = glyph
174 for base, vs in sorted(sequences):
175 assert vs in vs_dict and (base, None) in vs_dict[vs], (
176 '<U+%04X, U+%04X> was not found in %s' % (base, vs, font))
404 vs = int(sequence[1], 16)
407 text_set.add((base, vs))
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/minikin/include/minikin/
H A DFontCollection.h79 const std::shared_ptr<FontFamily>& getFamilyForChar(uint32_t ch, uint32_t vs,
82 uint32_t calcFamilyScore(uint32_t ch, uint32_t vs, int variant, uint32_t langListId,
85 uint32_t calcCoverageScore(uint32_t ch, uint32_t vs,
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp139 uint32_t FontCollection::calcFamilyScore(uint32_t ch, uint32_t vs, int variant, uint32_t langListId, argument
142 const uint32_t coverageScore = calcCoverageScore(ch, vs, fontFamily);
163 // - Returns 2 if the vs is a color variation selector (U+FE0F) and if the font is an emoji font.
164 // - Returns 2 if the vs is a text variation selector (U+FE0E) and if the font is not an emoji font.
167 uint32_t FontCollection::calcCoverageScore(uint32_t ch, uint32_t vs, argument
169 const bool hasVSGlyph = (vs != 0) && fontFamily->hasGlyph(ch, vs);
175 if ((vs == 0 || hasVSGlyph) && mFamilies[0] == fontFamily) {
181 if (vs == 0) {
189 if (vs
251 getFamilyForChar(uint32_t ch, uint32_t vs, uint32_t langListId, int variant) const argument
[all...]

Completed in 8950 milliseconds

12