Home
last modified time | relevance | path

Searched refs:MediaCodecDecoder (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_decoder.cpp81 std::unique_ptr<MediaCodecDecoder> MediaCodecDecoder::Create( in Create()
113 auto ret = std::unique_ptr<MediaCodecDecoder>( in Create()
114 new MediaCodecDecoder(codec, std::move(encoded_data_helper), type, video_size, in Create()
120 reinterpret_cast<MediaCodecDecoder*>(userdata)->OnAsyncInputAvailable( in Create()
126 reinterpret_cast<MediaCodecDecoder*>(userdata)->OnAsyncOutputAvailable( in Create()
131 reinterpret_cast<MediaCodecDecoder*>(userdata)->OnAsyncFormatChanged( in Create()
150 MediaCodecDecoder::MediaCodecDecoder(AMediaCodec* codec, in MediaCodecDecoder() function in android::MediaCodecDecoder
164 fake_render_thread_([](MediaCodecDecoder* dec) { dec->FakeRenderLoop(); }, this) {} in MediaCodecDecoder()
166 MediaCodecDecoder::~MediaCodecDecoder() { in ~MediaCodecDecoder()
175 void MediaCodecDecoder::AddOutputBufferReadyCb(const OutputBufferReadyCb& cb) { in AddOutputBufferReadyCb()
[all …]
Dmediacodec_decoder.h24 class MediaCodecDecoder {
27 static std::unique_ptr<MediaCodecDecoder> Create(const std::string& input_path,
33 MediaCodecDecoder() = delete;
34 ~MediaCodecDecoder();
84 MediaCodecDecoder(AMediaCodec* codec, std::unique_ptr<EncodedDataHelper> encoded_data_helper,
De2e_test_jni.cpp106 reinterpret_cast<android::MediaCodecDecoder*>(decoderPtr)->StopLooping(); in Java_org_chromium_c2_test_E2eTestActivity_stopDecoderLoop()
Dvideo_decoder_e2e_test.cpp256 decoder_ = MediaCodecDecoder::Create(g_env->input_file_path(), g_env->video_codec_profile(), in SetUp()
299 std::unique_ptr<MediaCodecDecoder> decoder_;