History log of /frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e5b2b3361ddd07259bf4b29820ca4aa5f3a861b 14-Jun-2012 Jamie Gennis <jgennis@google.com> Update ANativeWindow client code for sync

This change updates all the uses of ANativeWindow to use the new ANW functions
that accept and return Sync HAL fence file descriptors.

Change-Id: Id7db42d8d6380f8b440d88476ce9211c6225fb16
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
90b6191067990a7a3ee947d7ce08c64f780f0de7 26-Feb-2012 Mathias Agopian <mathias@google.com> fix location of libgui headers

Change-Id: I0d203f4e7aa83e0449f7ebb9f3cafe021e38fc2f
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
c4689fae1bdb8d1c94eb28af1b2a1f30d2b1a3da 08-Feb-2012 James Dong <jdong@google.com> Move away from MediaDebug and use ADebug instead

Change-Id: I307b3f565808ec8e3b9a4d944c6c0d1f603b04c9
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
e70ff37034fdb93f65d34704aec400ec9123e55c 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/157065

Bug: 5449033
Change-Id: I605079da4a7c01e6555e2aab6f16ccf8cc6ac694
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
aef59c544429aae73429a1325d43e830600e3b67 25-Aug-2011 Chih-Chung Chang <chihchung@google.com> Fix 5180429: Initialize native window transform to 0.

Change-Id: I2730895059d408fa731dc4ca8da3f7984fe196ae
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
08b82bddf54757ad6bd243181f1b68a79bb70e6d 11-Aug-2011 Chih-Chung Chang <chihchung@google.com> Add connect calls for SurfaceTexture. Clean PreviewRenderer.

Now connect() is necessary for SurfaceTexture.
Also cleaned unused code in PreviewRenderer.

Change-Id: Ic49df01e79f38a48a8c2cf194d13ee575660c834
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
43fcc396614a587851e2b7c4cea2876ec58b8648 02-Aug-2011 Chih-Chung Chang <chihchung@google.com> Use GL to render preview.

To speed up the preview, we direct the decoder output to a
SurfaceTexture, then draw the texture to a surface. The media
rendering parameters (crop, black-border) are implemented
using different vertex coordinates. The color effects are
implemented using fragment shaders. Currently only three color
effects are implemented, but that's all the appplication uses.

Change-Id: If84439fee572ed37ea077749ef9f2bd4f78703e1
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
460ba2a3a1fa9318463d3c00595b6732e3d776de 19-Jul-2011 Mathias Agopian <mathias@google.com> call the new setScaling method in the appropriate places

Change-Id: Iabd738b195d326b6bdf04fdfee75e1dd9d411cbd
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
f70947fcd251dffbbf29414cf43bea971d9df3e8 14-Jul-2011 Mathias Agopian <mathias@google.com> Use the ANativeWindow APIs instead of the Surface APIs

Surface inherits from ANativeWindow, the APIs on the later
are the only public APIs.

Change-Id: Ibddebfe535e026d872cc13287a102660c004385f
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
9969866cfe5b17c6e481b90d81b011a0cece78a0 30-Jun-2011 Chih-Chung Chang <chihchung@google.com> Make line-ending consistent (unix style).

Change-Id: Id837b042952ff5d97907591f337b2222cff2c8a9
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
b5c7784c96a606890eb8a8b560153ef4a5d1a0d9 23-Jun-2011 Thomas Le Guevel <thomaslg@google.com> Fix for: 4676350 Do not use dual copyright declaration for video editor code

Change-Id: I2856be051fa3b3ddfe67e096e45fb0b34beb92be
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
b003895a249f1298c311f513bbb0bf96e3902ef4 01-May-2011 Iliyan Malchev <malchev@google.com> android_native_buffer_t --> ANativeWindowBuffer

Change-Id: Id43b27ed2d1b85488b731948d018da0c0fd0c50d
Signed-off-by: Iliyan Malchev <malchev@google.com>
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
bfece17c8f63de4d4b686da50f8ecac2f6f8ec53 04-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for 3409334 Movie Studio "Force Close" after importing a 3gp video

Change-Id: I37949140a6c37a0c2d04221e220e7e267b6c7a02
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
4f155f0cffa2414545854e899dff4861187e1f68 02-Feb-2011 Dharmaray Kundargi <dharmaray@google.com> Fix Issue Crash during Export Issue 3414805 , and Preview smoothning for 720p Clips

Change-Id: I5a90fc350a33c1eca9b4ec682b68b80913578341
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp
643290dc4c83da23b1b8ff4ed71118203274bb15 17-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> videoeditor preview code on honeycomb

Change-Id: I9c3c9cb921ea697ab16732973d26ef9035cda2ee
/frameworks/av/libvideoeditor/lvpp/PreviewRenderer.cpp