HomeSort by relevance Sort by last modified time
    Searched refs:PVMF_MIME_YUV420 (Results 1 - 25 of 41) sorted by null

1 2

  /external/opencore/engines/2way/test/include/
alloc_dealloc_test.h 28 test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, isSIP) { };
audio_only_test.h 29 : test_base(audio_src_format, audio_sink_format, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy)
av_duplicate_test.h 28 test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, aMaxRuns) {};
connect_cancel_test.h 27 connect_cancel_test(bool aUseProxy) : test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy) {};
init_cancel_test.h 27 init_cancel_test(bool aUseProxy, bool isSIP = false) : test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, isSIP)
init_test.h 28 test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, aMaxRuns, isSIP) { };
connect_test.h 28 test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, aMaxRuns) ,
av_test.h 29 PVMFFormatType video_src_format = PVMF_MIME_YUV420,
30 PVMFFormatType video_sink_format = PVMF_MIME_YUV420,
user_input_test.h 28 user_input_test(bool aUseProxy, bool aIsDTMF) : test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy),
avi_test.h 32 PVMFFormatType video_src_format = PVMF_MIME_YUV420,
33 PVMFFormatType video_sink_format = PVMF_MIME_YUV420)
video_only_test.h 28 video_only_test(PVMFFormatType video_src_format = PVMF_MIME_YUV420, PVMFFormatType video_sink_format = PVMF_MIME_YUV420, bool aUseProxy = false)
  /external/opencore/engines/player/test/src/
test_pv_player_engine.cpp     [all...]
  /external/opencore/engines/2way/test/src/
test_engine.cpp 349 adopt_test_case(new video_only_test(PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
353 adopt_test_case(new video_only_test(PVMF_MIME_YUV420, PVMF_MIME_H2632000, aProxy));
357 adopt_test_case(new video_only_test(PVMF_MIME_H2632000, PVMF_MIME_YUV420, aProxy));
361 adopt_test_case(new video_only_test(PVMF_MIME_M4V, PVMF_MIME_YUV420, aProxy));
365 adopt_test_case(new video_only_test(PVMF_MIME_YUV420, PVMF_MIME_M4V, aProxy));
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))
    [all...]
test_base.cpp 93 iSdkInitInfo.iIncomingVideoFormats.push_back(PVMF_MIME_YUV420);
98 iSdkInitInfo.iOutgoingVideoFormats.push_back(PVMF_MIME_YUV420);
  /external/opencore/pvmi/pvmf/src/
pvmf_format_type.cpp 37 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_YUV420) == 0) ||
95 if ((pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_YUV420) == 0) ||
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_port.h 207 if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_YUV420) == 0)
  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 72 #define PVMF_MIME_YUV420 "X-YUV-420"
  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.cpp 198 iSettings.iMediaFormat = PVMF_MIME_YUV420;
211 iSettings.iMediaFormat = PVMF_MIME_YUV420;
  /external/opencore/engines/player/config/core/
pv_player_node_registry_populator.cpp 152 nodeinfo.iOutputType.push_back(PVMF_MIME_YUV420);
189 nodeinfo.iOutputType.push_back(PVMF_MIME_YUV420);
202 nodeinfo.iOutputType.push_back(PVMF_MIME_YUV420);
213 nodeinfo.iOutputType.push_back(PVMF_MIME_YUV420);
224 nodeinfo.iOutputType.push_back(PVMF_MIME_YUV420);
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_fileinput_port.cpp 347 return ((aFmt == PVMF_MIME_YUV420) ||
363 (aFmt == PVMF_MIME_YUV420) ||
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility.cpp     [all...]
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.cpp 278 (aFmt == PVMF_MIME_YUV420) ||
352 parameters[8].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_YUV420);
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.cpp 284 (aFmt == PVMF_MIME_YUV420) ||
364 parameters[10].value.pChar_value = (char*)PVMF_MIME_YUV420;
  /external/opencore/android/author/
android_camera_input.h 93 #define ANDROID_VIDEO_FORMAT PVMF_MIME_YUV420
98 #if ANDROID_VIDEO_FORMAT == PVMF_MIME_YUV420
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 72 isSupported = ((aFmt == PVMF_MIME_YUV420) ||

Completed in 112 milliseconds

1 2