HomeSort by relevance Sort by last modified time
    Searched refs:frameWidth (Results 1 - 25 of 66) sorted by null

1 2 3

  /device/google/marlin/camera/QCamera2/HAL/tsMakeuplib/include/
ts_makeup_image.h 26 int frameWidth; //NV21 Frame width.MUST > 0.
37 int frameWidth; //NV21 Frame width.MUST > 0.
  /hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/
ts_makeup_image.h 26 int frameWidth; //NV21 Frame width.MUST > 0.
37 int frameWidth; //NV21 Frame width.MUST > 0.
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLayout.java 56 final int frameWidth = mCircleView.getMeasuredWidth();
58 final int minBound = Math.min(frameWidth, frameHeight);
65 if (minBound == frameWidth) {
66 resetAddParams.bottomMargin += (frameHeight - frameWidth) / 2;
73 if (minBound == frameWidth) {
74 labelParams.topMargin += (frameHeight-frameWidth)/2;
  /cts/tests/tests/media/src/android/media/cts/
VpxCodecTestBase.java 210 public int frameWidth;
247 int frameWidth,
274 params.frameWidth = Math.min(frameWidth * resolutionScales[i], 1280);
299 int frameWidth,
313 frameWidth,
531 int frameWidth = ivf.getWidth();
534 int frameStride = frameWidth;
536 assertTrue(frameWidth > 0);
559 ". " + frameWidth + " x " + frameHeight)
    [all...]
VpxEncoderTest.java 153 params.frameWidth, params.frameHeight);
178 params.frameWidth, params.frameHeight);
365 params.frameWidth, params.frameHeight);
453 params.frameWidth, params.frameHeight);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateVPTests.cpp 158 const deInt32 frameWidth = referenceFrame.getWidth();
167 for (int x = 0; x < frameWidth; x++)
169 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
205 const deInt32 frameWidth = referenceFrame.getWidth();
214 for (int x = 0; x < frameWidth; x++)
216 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
350 const deInt32 frameWidth = referenceFrame.getWidth();
359 for (int x = 0; x < frameWidth; x++)
361 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
vktDynamicStateGeneralTests.cpp 123 const deInt32 frameWidth = referenceFrame.getWidth();
132 for (int x = 0; x < frameWidth; x++)
134 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
233 const deInt32 frameWidth = referenceFrame.getWidth();
242 for (int x = 0; x < frameWidth; x++)
244 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
383 const deInt32 frameWidth = referenceFrame.getWidth();
392 for (int x = 0; x < frameWidth; x++)
394 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
vktDynamicStateCBTests.cpp 132 const deInt32 frameWidth = referenceFrame.getWidth();
141 for (int x = 0; x < frameWidth; x++)
143 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
vktDynamicStateRSTests.cpp 449 const deInt32 frameWidth = referenceFrame.getWidth();
458 for (int x = 0; x < frameWidth; x++)
460 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
555 const deInt32 frameWidth = referenceFrame.getWidth();
564 for (int x = 0; x < frameWidth; x++)
566 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
661 const deInt32 frameWidth = referenceFrame.getWidth();
670 for (int x = 0; x < frameWidth; x++)
672 float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
vktDynamicStateDSTests.cpp 487 const deInt32 frameWidth = referenceFrame.getWidth();
496 for (int x = 0; x < frameWidth; x++)
498 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
639 const deInt32 frameWidth = referenceFrame.getWidth();
646 for (int x = 0; x < frameWidth; x++)
648 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceViewRenderer.java 99 private int frameWidth;
253 frameWidth = 0;
342 if (frameWidth == 0 || frameHeight == 0) {
537 if (frameWidth == 0 || frameHeight == 0) {
540 return (frameRotation % 180 == 0) ? (float) frameWidth / frameHeight
541 : (float) frameHeight / frameWidth;
548 if (frameWidth != frame.width || frameHeight != frame.height
555 frameWidth = frame.width;
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 60 public int frameWidth() {
106 private int frameWidth = 0;
127 frameWidth = width;
139 frameWidth = width;
170 int frameWidth() {
172 return frameWidth;
384 final boolean identicalResolution = (observer.frameWidth() == format.width
386 final boolean flippedResolution = (observer.frameWidth() == format.height
389 fail("Wrong resolution, got: " + observer.frameWidth() + "x" + observer.frameHeight()
586 final int startWidth = renderer.frameWidth();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndexedTest.cpp 192 const deInt32 frameWidth = referenceFrame.getWidth();
203 for (int x = 0; x < frameWidth; x++)
205 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
315 const deInt32 frameWidth = referenceFrame.getWidth();
326 for (int x = 0; x < frameWidth; x++)
328 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
vktDrawSimpleTest.cpp 171 const deInt32 frameWidth = referenceFrame.getWidth();
182 for (int x = 0; x < frameWidth; x++)
184 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
279 const deInt32 frameWidth = referenceFrame.getWidth();
290 for (int x = 0; x < frameWidth; x++)
292 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
vktDrawIndirectTest.cpp 430 const deInt32 frameWidth = referenceFrame.getWidth();
441 for (int x = 0; x < frameWidth; x++)
443 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
698 const deInt32 frameWidth = referenceFrame.getWidth();
709 for (int x = 0; x < frameWidth; x++)
711 const float xCoord = (float)(x / (0.5*frameWidth)) - 1.0f;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UserAvatarView.java 97 public void setFrameWidth(float frameWidth) {
98 mDrawable.setFrameWidth(frameWidth);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
HudFragment.java 143 String frameWidth = reportMap.get("googFrameWidthReceived");
144 if (frameWidth != null) {
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
GraphicBufferSource.h 129 uint32_t frameWidth,
  /frameworks/av/media/libmedia/include/media/
MediaProfiles.h 209 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate)
212 mFrameWidth(frameWidth),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 451 public int frameWidth;
490 frameWidth = json.getInt("width");
805 if (frameSize.width != meta.frameWidth || frameSize.height != meta.frameHeight) {
816 float fc = (float)(meta.frameWidth/2.0/Math.tan(meta.fovWidth/2.0));
    [all...]
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp     [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /prebuilts/gradle-plugin/com/android/tools/draw9patch/24.4.0-beta3/
draw9patch-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/draw9patch/24.4.0-beta6/
draw9patch-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/draw9patch/24.5.0/
draw9patch-24.5.0.jar 

Completed in 503 milliseconds

1 2 3