MCPcopy Create free account

hub / github.com/PhilLab/Android-MediaCodec-Examples / functions

Functions160 in github.com/PhilLab/Android-MediaCodec-Examples

↓ 1 callersMethodreleaseEncoder
Releases encoder resources. May be called after partial / failed initialization.
EncodeAndMuxTest.java:187
↓ 1 callersMethodreleaseSurfaceTexture
Releases the SurfaceTexture.
CameraToMpegTest.java:320
↓ 1 callersMethodrunTest
Entry point.
CameraToMpegTest.java:135
↓ 1 callersMethodrunTest
Entry point.
ExtractMpegFramesTest.java:102
↓ 1 callersMethodrunTest
Entry point.
ExtractMpegFramesTest_egl14.java:100
↓ 1 callersMethodsaveFrame
Saves the current frame to disk as a PNG image.
ExtractMpegFramesTest.java:539
↓ 1 callersMethodsaveFrame
Saves the current frame to disk as a PNG image.
ExtractMpegFramesTest_egl14.java:530
↓ 1 callersMethodselectCodec
Returns the first codec capable of encoding the specified MIME type, or null if no match was found.
DecodeEditEncodeTest.java:211
↓ 1 callersMethodselectColorFormat
Returns a color format that is supported by the codec and by this test code. If no match is found, this throws a test failure -- the set of formats k
EncodeDecodeTest.java:336
↓ 1 callersMethodsetPresentationTime
Sends the presentation time stamp to EGL. Time is expressed in nanoseconds.
EncodeAndMuxTest.java:452
↓ 1 callersMethodsetup
Creates interconnected instances of TextureRender, SurfaceTexture, and Surface.
ExtractMpegFramesTest.java:355
↓ 1 callersMethodsetup
Creates interconnected instances of TextureRender, SurfaceTexture, and Surface.
ExtractMpegFramesTest_egl14.java:351
↓ 1 callersMethodsurfaceCreated
Initializes GL state. Call this after the EGL surface has been created and made current.
CameraToMpegTest.java:845
↓ 1 callersMethodsurfaceCreated
Initializes GL state. Call this after the EGL surface has been created and made current.
ExtractMpegFramesTest.java:713
↓ 1 callersMethodsurfaceCreated
Initializes GL state. Call this after the EGL surface has been created and made current.
ExtractMpegFramesTest_egl14.java:704
↓ 1 callersMethodswapBuffers
Calls eglSwapBuffers. Use this to "publish" the current frame.
EncodeAndMuxTest.java:443
↓ 1 callersMethodvideoEditTest
Tests editing of a video file with GL.
DecodeEditEncodeTest.java:135
MethodBufferToSurfaceWrapper
(EncodeDecodeTest test)
EncodeDecodeTest.java:113
MethodCameraToMpegWrapper
(CameraToMpegTest test)
CameraToMpegTest.java:121
MethodCodecInputSurface
Creates a CodecInputSurface from a Surface.
CameraToMpegTest.java:512
MethodCodecInputSurface
Creates a CodecInputSurface from a Surface.
EncodeAndMuxTest.java:353
MethodCodecOutputSurface
Creates a CodecOutputSurface backed by a pbuffer with the specified dimensions. The new EGL context and surface will be made current. Creates a Surf
ExtractMpegFramesTest.java:339
MethodCodecOutputSurface
Creates a CodecOutputSurface backed by a pbuffer with the specified dimensions. The new EGL context and surface will be made current. Creates a Surf
ExtractMpegFramesTest_egl14.java:336
MethodExtractMpegFramesWrapper
(ExtractMpegFramesTest test)
ExtractMpegFramesTest.java:88
MethodExtractMpegFramesWrapper
(ExtractMpegFramesTest test)
ExtractMpegFramesTest_egl14.java:86
MethodSTextureRender
()
CameraToMpegTest.java:787
MethodSTextureRender
()
ExtractMpegFramesTest.java:652
MethodSTextureRender
()
ExtractMpegFramesTest_egl14.java:643
MethodSurfaceTextureManager
Creates instances of TextureRender and SurfaceTexture.
CameraToMpegTest.java:644
MethodSurfaceToSurfaceWrapper
(EncodeDecodeTest test)
EncodeDecodeTest.java:157
MethodVideoEditWrapper
(DecodeEditEncodeTest test)
DecodeEditEncodeTest.java:99
MethodchangeFragmentShader
Replaces the fragment shader.
CameraToMpegTest.java:684
MethodchangeFragmentShader
Replaces the fragment shader. Pass in null to reset to default.
ExtractMpegFramesTest.java:750
MethodchangeFragmentShader
Replaces the fragment shader. Pass in null to reset to default.
ExtractMpegFramesTest_egl14.java:741
MethodonFrameAvailable
(SurfaceTexture st)
CameraToMpegTest.java:725
MethodonFrameAvailable
(SurfaceTexture st)
ExtractMpegFramesTest.java:524
MethodonFrameAvailable
(SurfaceTexture st)
ExtractMpegFramesTest_egl14.java:515
Methodrelease
()
CameraToMpegTest.java:665
Methodrun
()
CameraToMpegTest.java:125
Methodrun
()
DecodeEditEncodeTest.java:102
Methodrun
()
ExtractMpegFramesTest.java:92
Methodrun
()
ExtractMpegFramesTest_egl14.java:90
Methodrun
()
EncodeDecodeTest.java:116
Methodrun
()
EncodeDecodeTest.java:160
MethodtestEncodeCameraToMp4
test entry point
CameraToMpegTest.java:106
MethodtestEncodeDecodeVideoFromBufferToBuffer720p
()
EncodeDecodeTest.java:81
MethodtestEncodeDecodeVideoFromBufferToBufferQCIF
Tests streaming of AVC video through the encoder and decoder. Data is encoded from a series of byte[] buffers and decoded into ByteBuffers. The outp
EncodeDecodeTest.java:73
MethodtestEncodeDecodeVideoFromBufferToBufferQVGA
()
EncodeDecodeTest.java:77
MethodtestEncodeDecodeVideoFromBufferToSurface720p
()
EncodeDecodeTest.java:105
MethodtestEncodeDecodeVideoFromBufferToSurfaceQCIF
Tests streaming of AVC video through the encoder and decoder. Data is encoded from a series of byte[] buffers and decoded into Surfaces. The output
EncodeDecodeTest.java:97
MethodtestEncodeDecodeVideoFromBufferToSurfaceQVGA
()
EncodeDecodeTest.java:101
MethodtestEncodeDecodeVideoFromSurfaceToSurface720p
()
EncodeDecodeTest.java:149
MethodtestEncodeDecodeVideoFromSurfaceToSurfaceQCIF
Tests streaming of AVC video through the encoder and decoder. Data is provided through a Surface and decoded onto a Surface. The output is checked f
EncodeDecodeTest.java:141
MethodtestEncodeDecodeVideoFromSurfaceToSurfaceQVGA
()
EncodeDecodeTest.java:145
MethodtestEncodeVideoToMp4
Tests encoding of AVC video from a Surface. The output is saved as an MP4 file.
EncodeAndMuxTest.java:93
MethodtestExtractMpegFrames
test entry point
ExtractMpegFramesTest.java:73
MethodtestExtractMpegFrames
test entry point
ExtractMpegFramesTest_egl14.java:71
MethodtestVideoEdit720p
()
DecodeEditEncodeTest.java:87
MethodtestVideoEditQCIF
()
DecodeEditEncodeTest.java:79
MethodtestVideoEditQVGA
()
DecodeEditEncodeTest.java:83
← previous101–160 of 160, ranked by callers