HomeSort by relevance Sort by last modified time
    Searched refs:in_frame (Results 1 - 10 of 10) sorted by null

  /hardware/libhardware/modules/camera/3_4/arc/
image_processor.cpp 59 const FrameBuffer& in_frame, FrameBuffer* out_frame);
114 const FrameBuffer& in_frame,
116 if ((in_frame.GetWidth() % 2) || (in_frame.GetHeight() % 2)) {
117 LOGF(ERROR) << "Width or height is not even (" << in_frame.GetWidth()
118 << " x " << in_frame.GetHeight() << ")";
123 out_frame->GetFourcc(), in_frame.GetWidth(), in_frame.GetHeight());
130 if (in_frame.GetFourcc() == V4L2_PIX_FMT_YUYV) {
135 in_frame.GetData(), /* src_yuy2 *
    [all...]
image_processor.h 32 // Convert format from |in_frame.fourcc| to |out_frame->fourcc|. Caller should
37 const FrameBuffer& in_frame, FrameBuffer* out_frame);
39 // Scale image size according to |in_frame| and |out_frame|. Only support
43 static int Scale(const FrameBuffer& in_frame, FrameBuffer* out_frame);
  /external/valgrind/tests/
filter_xml_frames 14 my $in_frame = 0;
24 if (! $in_frame) {
27 $in_frame = 1;
44 $in_frame = 0;
  /external/valgrind/helgrind/tests/
filter_xml 74 my ($file, $lineno, $in_frame, $keep_frame, $num_discarded, $ignore_line, $quiet_ignore_line);
76 $in_frame = $keep_frame = $num_discarded = $ignore_line = $quiet_ignore_line = 0;
122 if ($in_frame) {
139 $in_frame = $keep_frame = 0;
165 $in_frame = 1;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 362 // is required, |*ptr_out| points to |in_frame|.
363 int AudioCodingModuleImpl::PreprocessToAddData(const AudioFrame& in_frame,
366 const bool resample = in_frame.sample_rate_hz_ != enc->SampleRateHz();
371 // in_frame.num_channels_ > enc->NumChannels()
372 const bool down_mix = in_frame.num_channels_ == 2 && enc->NumChannels() == 1;
375 expected_in_ts_ = in_frame.timestamp_;
376 expected_codec_ts_ = in_frame.timestamp_;
378 } else if (in_frame.timestamp_ != expected_in_ts_) {
381 (in_frame.timestamp_ - expected_in_ts_) *
383 static_cast<double>(in_frame.sample_rate_hz_))
    [all...]
audio_coding_module_impl.h 227 // in_frame: input audio-frame
229 // |ptr_out| will be pointing to |in_frame|, otherwise pointing to
235 int PreprocessToAddData(const AudioFrame& in_frame,
  /hardware/intel/common/libmix/mix_video/src/
mixsurfacepool.h 150 MixVideoFrame ** frame, MixVideoFrame *in_frame);
mixsurfacepool.c 460 MIX_RESULT mix_surfacepool_get_frame_with_ci_frameidx (MixSurfacePool * obj, MixVideoFrame ** frame, MixVideoFrame *in_frame) {
483 GSList *element = g_slist_find_custom (obj->free_list, in_frame, (GCompareFunc) mixframe_compare_index);
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 313 VideoFrame in_frame, out_frame; local
315 in_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
326 required_size, kVideoRotation_0, &in_frame));
329 double psnr = I420PSNR(&in_frame, &out_frame);
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc     [all...]

Completed in 271 milliseconds