/external/webrtc/test/ |
D | configurable_frame_size_encoder.cc | 52 const VideoFrame& inputImage, in Encode() argument 57 encodedImage._encodedHeight = inputImage.height(); in Encode() 58 encodedImage._encodedWidth = inputImage.width(); in Encode() 60 encodedImage.SetTimestamp(inputImage.timestamp()); in Encode() 61 encodedImage.capture_time_ms_ = inputImage.render_time_ms(); in Encode()
|
/external/webrtc/sdk/objc/components/video_codec/ |
D | RTCVideoDecoderH264.mm | 101 - (NSInteger)decode:(RTC_OBJC_TYPE(RTCEncodedImage) *)inputImage 105 RTC_DCHECK(inputImage.buffer); 114 rtc::ScopedCF(webrtc::CreateVideoFormatDescription((uint8_t *)inputImage.buffer.bytes, 115 inputImage.buffer.length)); 137 if (!webrtc::H264AnnexBBufferToCMSampleBuffer((uint8_t *)inputImage.buffer.bytes, 138 inputImage.buffer.length, 147 frameDecodeParams.reset(new RTCFrameDecodeParams(_callback, inputImage.timeStamp)); 157 frameDecodeParams.reset(new RTCFrameDecodeParams(_callback, inputImage.timeStamp));
|
/external/deqp-deps/amber/tests/cases/ |
D | image_data.amber | 38 IMAGE inputImage DATA_TYPE float DIM_3D WIDTH 4 HEIGHT 4 DEPTH 4 DATA 85 BIND BUFFER inputImage AS storage_image DESCRIPTOR_SET 0 BINDING 0
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 305 …auto inputImage = safeSharedPtr(new Unique<VkImage>(vk::createImage(vk, vkDevice, &inputImageP… in InputAttachmentSparseFillingTestInstance() local 307 …SharedPtr(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, **inputImage), MemoryRequirem… in InputAttachmentSparseFillingTestInstance() 308 …VK_CHECK(vk.bindImageMemory(vkDevice, **inputImage, inputImageAlloc->getMemory(), inputImageAlloc-… in InputAttachmentSparseFillingTestInstance() 310 inputAttachmentViewParams.image = **inputImage; in InputAttachmentSparseFillingTestInstance() 313 m_inputImages.push_back(inputImage); in InputAttachmentSparseFillingTestInstance() 605 for (auto& inputImage : m_inputImages) in createCommandBuffer() local 617 **inputImage, // VkImage image; in createCommandBuffer() 623 …vk.cmdClearColorImage(*m_cmdBuffer, **inputImage, VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1, &… in createCommandBuffer()
|
/external/webrtc/api/test/ |
D | mock_video_encoder.h | 49 (const VideoFrame& inputImage,
|
/external/webrtc/media/engine/ |
D | fake_webrtc_video_engine.h | 91 const webrtc::VideoFrame& inputImage,
|
D | fake_webrtc_video_engine.cc | 158 const webrtc::VideoFrame& inputImage, in Encode() argument
|
D | simulcast_encoder_adapter_unittest.cc | 215 (const VideoFrame& inputImage,
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 1472 __kernel void HullPass1(const __global CLPixelType *inputImage, __global CLPixelType *outputImage 1479 CLPixelType v = inputImage[y*imageWidth+x]; 1490 … && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x] 1535 __kernel void HullPass2(const __global CLPixelType *inputImage, __global CLPixelType *outputImage 1542 CLPixelType v = inputImage[y*imageWidth+x]; 1552 && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x] 1562 && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x] 2452 …void ResizeHorizontalFilter(const __global CLQuantum *inputImage, const unsigned int number_channe… 2478 event_t e = async_work_group_copy(inputImageCache, inputImage + pos, num_elements, 0); 2614 …void ResizeVerticalFilter(const __global CLQuantum *inputImage, const unsigned int number_channels, [all …]
|
D | opencl.c | 1061 *inputImage; in RunOpenCLBenchmark() local 1073 inputImage=ReadImage(imageInfo,exception); in RunOpenCLBenchmark() 1087 bluredImage=BlurImage(inputImage,10.0f,3.5f,exception); in RunOpenCLBenchmark() 1118 DestroyImage(inputImage); in RunOpenCLBenchmark()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 646 static void convertDepthToColorBufferAccess (const tcu::ConstPixelBufferAccess& inputImage, tcu::Pi… in convertDepthToColorBufferAccess() argument 648 for (int y = 0; y < inputImage.getHeight(); y++) in convertDepthToColorBufferAccess() 649 for (int x = 0; x < inputImage.getWidth(); x++) in convertDepthToColorBufferAccess() 651 const float depth = inputImage.getPixDepth(x, y); in convertDepthToColorBufferAccess() 658 static void convertStencilToColorBufferAccess (const tcu::ConstPixelBufferAccess& inputImage, tcu::… in convertStencilToColorBufferAccess() argument 660 for (int y = 0; y < inputImage.getHeight(); y++) in convertStencilToColorBufferAccess() 661 for (int x = 0; x < inputImage.getWidth(); x++) in convertStencilToColorBufferAccess() 663 const int stencilInt = inputImage.getPixStencil(x, y); in convertStencilToColorBufferAccess()
|
/external/webrtc/video/ |
D | video_send_stream_tests.cc | 2523 int32_t Encode(const VideoFrame& inputImage, in TEST_F() argument
|