HomeSort by relevance Sort by last modified time
    Searched full:av_test (Results 1 - 5 of 5) sorted by null

  /external/opencore/engines/2way/test/src/
av_test.cpp 18 #include "av_test.h"
21 void av_test::test()
62 void av_test::Run()
86 void av_test::DoCancel()
90 void av_test::ConnectSucceeded()
94 void av_test::HandleInformationalEvent(const PVAsyncInformationalEvent& aEvent)
177 void av_test::InitFailed()
183 void av_test::ConnectFailed()
187 void av_test::AudioAddSinkCompleted()
194 void av_test::AudioAddSourceCompleted(
    [all...]
test_engine.cpp 25 #include "av_test.h"
370 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
375 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_PCM16, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
379 adopt_test_case(new av_test(PVMF_MIME_PCM16, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
384 adopt_test_case(new av_test(PVMF_MIME_PCM16, PVMF_MIME_PCM16, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
389 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_H2632000, aProxy));
393 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_H2632000, PVMF_MIME_YUV420, aProxy));
397 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_H2632000, PVMF_MIME_H2632000, aProxy));
402 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_M4V, aProxy));
406 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_M4V, PVMF_MIME_YUV420, aProxy))
    [all...]
  /external/opencore/engines/2way/test/include/
av_test.h 24 class av_test : public test_base class in inherits:test_base
27 av_test(PVMFFormatType audio_src_format = PVMF_MIME_AMR_IF2, function in class:av_test
35 ~av_test()
  /external/opencore/engines/2way/test/
Android.mk 12 src/av_test.cpp \
  /external/opencore/engines/2way/test/build/make/
local.mk 44 SRCS_324 = av_test.cpp \

Completed in 319 milliseconds