Searched refs:inputImage (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/i420/
H A Di420.cc74 int I420Encoder::Encode(const VideoFrame& inputImage, argument
85 _encodedImage._timeStamp = inputImage.timestamp();
86 _encodedImage._encodedHeight = inputImage.height();
87 _encodedImage._encodedWidth = inputImage.width();
89 int width = inputImage.width();
93 int height = inputImage.height();
99 CalcBufferSize(kI420, inputImage.width(), inputImage.height()) +
114 ExtractBuffer(inputImage, req_length - kI420HeaderSize, buffer);
167 int I420Decoder::Decode(const EncodedImage& inputImage, argument
[all...]
/external/webrtc/webrtc/test/
H A Dconfigurable_frame_size_encoder.cc42 const VideoFrame& inputImage,
48 encodedImage._encodedHeight = inputImage.height();
49 encodedImage._encodedWidth = inputImage.width();
51 encodedImage._timeStamp = inputImage.timestamp();
52 encodedImage.capture_time_ms_ = inputImage.render_time_ms();
41 Encode( const VideoFrame& inputImage, const CodecSpecificInfo* codecSpecificInfo, const std::vector<FrameType>* frame_types) argument
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
H A Di420.h45 // - inputImage : Image to be encoded.
51 int Encode(const VideoFrame& inputImage,
106 // - inputImage : Encoded image to be decoded
114 int Decode(const EncodedImage& inputImage,
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediadecoder_jni.cc81 const EncodedImage& inputImage, bool missingFrames,
106 int32_t DecodeOnCodecThread(const EncodedImage& inputImage);
455 const EncodedImage& inputImage,
468 if (inputImage._buffer == NULL && inputImage._length > 0) {
469 ALOGE << "Decode() - inputImage is incorrect";
478 if ((inputImage._encodedWidth * inputImage._encodedHeight > 0) &&
479 (inputImage._encodedWidth != codec_.width ||
480 inputImage
454 Decode( const EncodedImage& inputImage, bool missingFrames, const RTPFragmentationHeader* fragmentation, const CodecSpecificInfo* codecSpecificInfo, int64_t renderTimeMs) argument
511 DecodeOnCodecThread( const EncodedImage& inputImage) argument
[all...]
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/
H A Dmock_video_codec_interface.h41 int32_t(const VideoFrame& inputImage,
68 int32_t(const EncodedImage& inputImage,
/external/webrtc/webrtc/modules/video_coding/include/mock/
H A Dmock_video_codec_interface.h39 int32_t(const VideoFrame& inputImage,
67 int32_t(const EncodedImage& inputImage,
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h158 virtual int32_t Encode(const webrtc::VideoFrame& inputImage, argument
/external/ImageMagick/MagickCore/
H A Daccelerate-kernels-private.h1469 __kernel void HullPass1(const __global CLPixelType *inputImage, __global CLPixelType *outputImage
1476 CLPixelType v = inputImage[y*imageWidth+x];
1487 && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x]
1532 __kernel void HullPass2(const __global CLPixelType *inputImage, __global CLPixelType *outputImage
1539 CLPixelType v = inputImage[y*imageWidth+x];
1549 && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x]
1559 && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x]
2446 void ResizeHorizontalFilter(const __global CLQuantum *inputImage, const unsigned int number_channels,
2472 event_t e = async_work_group_copy(inputImageCache, inputImage + pos, num_elements, 0);
2608 void ResizeVerticalFilter(const __global CLQuantum *inputImage, cons
[all...]
H A Dopencl.c1030 *inputImage;
1042 inputImage=ReadImage(imageInfo,exception);
1056 bluredImage=BlurImage(inputImage,10.0f,3.5f,exception);
1087 DestroyImage(inputImage);
1029 *inputImage; local
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dsimulcast_encoder_adapter_unittest.cc115 int32_t Encode(const VideoFrame& inputImage,
H A Dvp8_impl.cc1205 if (DecodePartitions(inputImage, fragmentation)) {
/external/webrtc/webrtc/video/
H A Dvideo_send_stream_tests.cc1286 int32_t Encode(const VideoFrame& inputImage,

Completed in 755 milliseconds