HomeSort by relevance Sort by last modified time
    Searched defs:input_frame (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/common_video/libyuv/
scaler_unittest.cc 439 I420VideoFrame input_frame; local
455 input_frame.CreateFrame(size_y, frame_buffer.get(),
463 EXPECT_EQ(0, test_scaler_.Scale(input_frame, &output_frame));
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.cpp 109 const GLFrame* input_frame = ConvertFromJava<GLFrame>(env, input); local
110 if (!input || !input_frame) {
114 input_frames.push_back(input_frame);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 143 webrtc::I420VideoFrame input_frame; local
158 input_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
166 &input_frame);
167 encoder->Encode(input_frame, NULL, NULL);
  /hardware/intel/img/psb_video/src/
vsp_fw.h 610 struct VssProcPictureVP8 input_frame; member in struct:VssVp8encPictureParameterBuffer

Completed in 269 milliseconds