/cts/tests/tests/media/src/android/media/cts/ |
Vp8EncoderTest.java | 120 int frameWidth = ivf.getWidth(); 124 assertTrue(frameWidth > 0); 208 * Color format of input file should be YUV420, and frameWidth, 214 * @param frameWidth Frame width of input file 219 int frameWidth, int frameHeight, int frameRate) throws Exception { 221 MediaFormat format = MediaFormat.createVideoFormat(VP8_MIME, frameWidth, frameHeight); 244 ivf = new IvfWriter(outputFilename, frameWidth, frameHeight); 258 int frameSize = frameWidth * frameHeight * 3 / 2; 336 * Color format of input file should be YUV420, and frameWidth, 341 * @param frameWidth Frame width of input fil [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
CircleButtonsLayout.java | 86 int frameWidth = mCtv.getMeasuredWidth(); 88 int minBound = Math.min(frameWidth, frameHeight); 93 if (minBound == frameWidth) { 94 stopParams.bottomMargin += (frameHeight-frameWidth)/2; 101 if (minBound == frameWidth) { 102 labelParams.topMargin += (frameHeight-frameWidth)/2; 165 int sideMarginOffset = (int) ((frameWidth - circleDiam - mStrokeSize) / 2)
|
/external/chromium_org/chrome/browser/ui/cocoa/media_picker/ |
desktop_media_picker_controller.mm | 40 frameWidth:(CGFloat)width; 103 frameWidth:kPaddedWidth]; 199 frameWidth:(CGFloat)width {
|
/external/chromium_org/media/video/capture/mac/ |
video_capture_device_qtkit_mac.mm | 246 size_t frameWidth = CVPixelBufferGetWidth(videoFrame); 259 size_t expectedBytesPerRow = frameWidth * 2; 279 media::VideoCaptureFormat captureFormat(gfx::Size(frameWidth, frameHeight),
|
video_capture_device_avfoundation_mac.mm | 221 size_t frameWidth = CVPixelBufferGetWidth(videoFrame); 227 gfx::Size(frameWidth, frameHeight),
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
FXAA.frag | 29 vec2 rcpFrame) // Constant {1.0/frameWidth, 1.0/frameHeight}.
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoEncoder.cpp | 595 pEncoderContext->mCodecParams->FrameWidth = pCodecParams->FrameWidth; 607 VIDEOEDITOR_CHECK(0 == pEncoderContext->mCodecParams->FrameWidth % 16, 638 pEncoderContext->mCodecParams->FrameWidth, 655 (int32_t)pEncoderContext->mCodecParams->FrameWidth); 657 (int32_t)pEncoderContext->mCodecParams->FrameWidth); 755 M4OSA_UInt32 sizeY = pEncoderContext->mCodecParams->FrameWidth * 764 pOutPlane[0].u_width = pEncoderContext->mCodecParams->FrameWidth; 789 int actualWidth = pEncoderContext->mCodecParams->FrameWidth; [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4ENCODER_common.h | 263 M4ENCODER_FrameWidth FrameWidth; /**< Frame width */ 289 M4ENCODER_FrameWidth FrameWidth; /**< Frame width */ 330 M4ENCODER_FrameWidth FrameWidth; /**< Frame width */
|
/frameworks/av/libvideoeditor/vss/src/ |
M4PTO3GPP_API.c | [all...] |
M4VSS3GPP_AudioMixing.c | [all...] |
M4VSS3GPP_EditVideo.c | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlayPage.html | 368 var frameWidth = frameViewFullSize.width || canvasWidth; 371 context.fillRect(frameWidth - textWidth - 12, drawGridBoolean ? 15 : 0, frameWidth, 25); 373 context.fillText(text, frameWidth - textWidth - 6, drawGridBoolean ? 33 : 18);
|
/frameworks/av/include/media/ |
MediaProfiles.h | 217 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) 220 mFrameWidth(frameWidth),
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorTools.cpp | [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lscript.php | 60 'framestart', 'framestep', 'framewidth',
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorMain.cpp | 238 jint frameWidth, [all...] |
/external/webrtc/src/modules/interface/ |
module_common_types.h | 69 frameWidth = 0; 85 int frameWidth; // Exists for key frames.
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | [all...] |
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | [all...] |
/prebuilts/devtools/tools/lib/ |
draw9patch.jar | |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |