/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 1896 namespace internal { 1923 typedef ::testing::internal::CompileAssert<(static_cast<bool>(expr))> \ 2147 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \ 2169 if (::testing::internal::IsTrue(condition)) \ 2236 ::testing::internal::ImplicitCast_<From*>(to); 2279 const ::std::vector<testing::internal::string>& GetInjectableArgvs(); 2280 void SetInjectableArgvs(const ::std::vector<testing::internal::string>* 2284 extern ::std::vector<testing::internal::string> g_argvs; 2488 extern ::testing::internal::MutexBase mutex 2497 ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, false } [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 162 namespace internal { namespace 218 ::testing::internal::SingleFailureChecker gtest_checker(\ 226 } while (::testing::internal::AlwaysFalse()) 235 ::testing::internal::SingleFailureChecker gtest_checker(\ 243 } while (::testing::internal::AlwaysFalse()) 280 ::testing::internal::SingleFailureChecker gtest_checker(\ 287 if (::testing::internal::AlwaysTrue()) { statement; }\ 289 } while (::testing::internal::AlwaysFalse()) 294 ::testing::internal::SingleFailureChecker gtest_checker(\ 301 if (::testing::internal::AlwaysTrue()) { statement; }\ [all …]
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | portvideo.h | 34 const OMX_VIDEO_PARAM_PORTFORMATTYPE *videoparam, bool internal); 38 const OMX_VIDEO_PARAM_BITRATETYPE *bitrateparam, bool internal); 42 const struct OMX_VIDEO_CONFIG_PRI_INFOTYPE *privateinfoparam, bool internal);
|
D | portimage.h | 33 const OMX_IMAGE_PARAM_PORTFORMATTYPE *imageparam, bool internal);
|
D | portother.h | 33 const OMX_OTHER_PARAM_PORTFORMATTYPE *otherparam, bool internal);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | acm_random.h | 31 random_.Generate(testing::internal::Random::kMaxRange); in Rand16() 37 random_.Generate(testing::internal::Random::kMaxRange); in Rand8() 62 testing::internal::Random random_;
|
D | y4m_video_source.h | 100 testing::internal::scoped_ptr<vpx_image_t> img_;
|
D | register_state_check.h | 24 namespace internal {
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portvideo.cpp | 65 const OMX_VIDEO_PARAM_PORTFORMATTYPE *p, bool internal) in SetPortVideoParam() argument 67 if (!internal) { in SetPortVideoParam() 93 const OMX_VIDEO_PARAM_BITRATETYPE *p, bool internal) in SetPortBitrateParam() argument 95 if (!internal) { in SetPortBitrateParam() 132 const OMX_VIDEO_CONFIG_PRI_INFOTYPE *p, bool internal) in SetPortPrivateInfoParam() argument 134 if (!internal) { in SetPortPrivateInfoParam()
|
D | portother.cpp | 38 const OMX_OTHER_PARAM_PORTFORMATTYPE *p, bool internal) in SetPortOtherParam() argument 40 if (!internal) { in SetPortOtherParam()
|
D | portimage.cpp | 38 const OMX_IMAGE_PARAM_PORTFORMATTYPE *p, bool internal) in SetPortImageParam() argument 40 if (!internal) { in SetPortImageParam()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_codec.mk | 36 API_SRCS-yes += internal/vpx_codec_internal.h 37 API_SRCS-yes += internal/vpx_psnr.h
|
D | svc_context.h | 48 void *internal; member
|
/hardware/intel/common/libva/test/decode/ |
D | Makefile.am | 48 tinyjpeg-internal.h \
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderInterface.h | 36 … *renderBuffer = NULL, uint8_t *pRawData = NULL, uint32_t *pSize = NULL, bool internal = true) = 0;
|
D | VideoDecoderBase.h | 84 …ffer *renderBuffer = NULL, uint8_t *pRawData = NULL, uint32_t *pSize = NULL, bool internal = true);
|
D | VideoDecoderBase.cpp | 1141 …taFromSurface(VideoRenderBuffer *renderBuffer, uint8_t *pRawData, uint32_t *pSize, bool internal) { in getRawDataFromSurface() argument 1142 if (internal) { in getRawDataFromSurface() 1168 if (internal) { in getRawDataFromSurface()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 217 if (svc_ctx->internal == NULL) { in get_svc_internal() 222 svc_ctx->internal = si; in get_svc_internal() 224 return (SvcInternal *)svc_ctx->internal; in get_svc_internal() 229 return (const SvcInternal *)svc_ctx->internal; in get_const_svc_internal() 233 SvcInternal *const si = (SvcInternal *)svc_ctx->internal; in svc_log_reset() 1121 si = (SvcInternal *)svc_ctx->internal; in vpx_svc_release() 1128 svc_ctx->internal = NULL; in vpx_svc_release()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | libvpx_srcs.txt | 269 vpx/internal/vpx_codec_internal.h 270 vpx/internal/vpx_psnr.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | usage.dox | 44 this storage, as it contains internal implementation details likely to 172 be used as it would be in normal internal allocation mode.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | libvpx_srcs.txt | 209 vpx/internal/vpx_codec_internal.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | libvpx_srcs.txt | 209 vpx/internal/vpx_codec_internal.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | libvpx_srcs.txt | 241 vpx/internal/vpx_codec_internal.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | libvpx_srcs.txt | 249 vpx/internal/vpx_codec_internal.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | README | 242 see file include/gtest/internal/gtest-port.h. 415 file include/gtest/internal/gtest-type-util.h.pump is used to generate
|