Searched refs:vs (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h67 virtual status_t setVideoSource(int vs);
H A DStagefrightRecorder.h49 virtual status_t setVideoSource(video_source 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;
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp112 status_t MediaRecorder::setVideoSource(int vs) argument
114 ALOGV("setVideoSource(%d)", vs);
136 status_t ret = mMediaRecorder->setVideoSource(vs);
/frameworks/minikin/tests/unittest/
H A DFontFamilyTest.cpp520 void expectVSGlyphs(FontFamily* family, uint32_t codepoint, const std::set<uint32_t>& vs) { argument
526 if (vs.find(i) == vs.end()) {
/frameworks/rs/
H A DrsContext.cpp751 void rsi_ContextBindRootScript(Context *rsc, RsScript vs) { argument
753 Script *s = static_cast<Script *>(vs);
762 void rsi_ContextBindSampler(Context *rsc, uint32_t slot, RsSampler vs) { argument
763 Sampler *s = static_cast<Sampler *>(vs);
H A DrsScriptC_LibGL.cpp64 CHECK_OBJ_OR_NULL(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/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. ...

Completed in 974 milliseconds

12