/cts/tests/tests/media/src/android/media/cts/ |
Vp8EncoderTest.java | 121 int frameHeight = ivf.getHeight(); 125 assertTrue(frameHeight > 0); 209 * frameHeight should be supplied correctly as raw input file doesn't 215 * @param frameHeight Frame height 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; 337 * frameHeight should be supplied correctly as raw input file doesn't 342 * @param frameHeight Frame height of input fil [all...] |
/external/chromium_org/media/video/capture/mac/ |
video_capture_device_qtkit_mac.mm | 247 size_t frameHeight = CVPixelBufferGetHeight(videoFrame); 248 size_t frameSize = bytesPerRow * frameHeight; 261 // TODO(shess): frameHeight and frameHeight_ are not the same, 265 adjustedFrame_.resize(expectedBytesPerRow * frameHeight); 269 for (size_t y = 0; y < frameHeight; ++y) { 276 frameSize = frameHeight * expectedBytesPerRow; 279 media::VideoCaptureFormat captureFormat(gfx::Size(frameWidth, frameHeight),
|
video_capture_device_avfoundation_mac.mm | 222 size_t frameHeight = CVPixelBufferGetHeight(videoFrame); 223 size_t frameSize = bytesPerRow * frameHeight; 227 gfx::Size(frameWidth, frameHeight),
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
CircleButtonsLayout.java | 87 int frameHeight = mCtv.getMeasuredHeight(); 88 int minBound = Math.min(frameWidth, frameHeight); 94 stopParams.bottomMargin += (frameHeight-frameWidth)/2; 102 labelParams.topMargin += (frameHeight-frameWidth)/2; 158 int y = frameHeight / 2 - labelParams.topMargin; 169 int bottomMarginOffset = (frameHeight - minBound) / 2;
|
/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 | 596 pEncoderContext->mCodecParams->FrameHeight = pCodecParams->FrameHeight; 609 VIDEOEDITOR_CHECK(0 == pEncoderContext->mCodecParams->FrameHeight % 16, 639 pEncoderContext->mCodecParams->FrameHeight, 659 (int32_t)pEncoderContext->mCodecParams->FrameHeight); 661 (int32_t)pEncoderContext->mCodecParams->FrameHeight); 756 pEncoderContext->mCodecParams->FrameHeight; 765 pOutPlane[0].u_height = pEncoderContext->mCodecParams->FrameHeight; 790 int actualHeight = pEncoderContext->mCodecParams->FrameHeight; [all...] |
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4ENCODER_common.h | 264 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */ 290 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */ 331 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */
|
/frameworks/av/libvideoeditor/vss/src/ |
M4PTO3GPP_API.c | [all...] |
M4VSS3GPP_AudioMixing.c | [all...] |
M4VSS3GPP_EditVideo.c | [all...] |
/frameworks/av/include/media/ |
MediaProfiles.h | 217 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) 221 mFrameHeight(frameHeight),
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardWidgetFrame.java | 361 int frameHeight = challengeTop + getPaddingBottom(); 362 setFrameHeight(frameHeight);
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorTools.cpp | [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lscript.php | 59 'filename', 'flags', 'fogtype', 'fps', 'frame', 'frameend', 'frameheight',
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorMain.cpp | 239 jint frameHeight, [all...] |
/external/webrtc/src/modules/interface/ |
module_common_types.h | 70 frameHeight = 0; 86 int frameHeight; // Exists for key frames.
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | [all...] |
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | [all...] |
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
omx_proxy_common.c | [all...] |
/prebuilts/devtools/tools/lib/ |
draw9patch.jar | |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |