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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
homing.c 30 Word16 encoder_homing_frame_test(Word16 input_frame[])
38 j = (Word16) (input_frame[i] ^ EHF_MASK);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
main.h 42 Word16 encoder_homing_frame_test(Word16 input_frame[]);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.h 133 int16 pvDecoder_AmrWb_homing_frame_test(int16 input_frame[], int16 mode);
135 int16 pvDecoder_AmrWb_homing_frame_test_first(int16 input_frame[], int16 mode);
homing_amr_wb_dec.cpp 51 int16 input_frame[], 16-bit input frame
63 int16 dhf_test(int16 input_frame[], int16 mode, int16 nparms)
64 int16 decoder_homing_frame_test(int16 input_frame[], int16 mode)
65 int16 decoder_homing_frame_test_first(int16 input_frame[], int16 mode)
127 int16 dhf_test(int16 input_frame[], int32 mode, int16 nparms);
248 int16 dhf_test(int16 input_frame[], int32 mode, int16 nparms)
271 prms = input_frame;
355 int16 pvDecoder_AmrWb_homing_frame_test(int16 input_frame[], int16 mode)
358 return dhf_test(input_frame, mode, AMR_WB_COMPRESSED[mode]);
366 int16 pvDecoder_AmrWb_homing_frame_test_first(int16 input_frame[], int16 mode
    [all...]
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
webrtc_libyuv.cc 124 int ExtractBuffer(const I420VideoFrame& input_frame,
127 if (input_frame.IsZeroSize())
129 int length = CalcBufferSize(kI420, input_frame.width(), input_frame.height());
138 int width = (plane ? (input_frame.width() + 1) / 2 :
139 input_frame.width());
140 int height = (plane ? (input_frame.height() + 1) / 2 :
141 input_frame.height());
142 const uint8_t* plane_ptr = input_frame.buffer(
147 plane_ptr += input_frame.stride(static_cast<PlaneType>(plane))
    [all...]
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));
  /external/chromium_org/third_party/webrtc/common_video/libyuv/include/
webrtc_libyuv.h 103 int ExtractBuffer(const I420VideoFrame& 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);
  /external/chromium_org/cc/resources/
video_resource_updater.cc 86 const scoped_refptr<media::VideoFrame>& input_frame,
91 input_frame->format(), plane_index, input_frame->coded_size());
95 return input_frame->coded_size();
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 418 pic->input_frame.surface_id = surface_id;
419 pic->input_frame.irq = 1;
420 pic->input_frame.height = ctx->vp8_seq_param.frame_height;
421 pic->input_frame.width = ctx->vp8_seq_param.frame_width;
424 //pic->input_frame.stride = (ctx->frame_width + 31) & (~31);
425 pic->input_frame.stride = ctx->obj_context->current_render_target->psb_surface->stride;
426 pic->input_frame.format = 0; /* TODO: Specify NV12 = 0 */
468 vsp_cmdbuf_reloc_pic_param(&(pic->input_frame.base),
471 vsp_cmdbuf_reloc_pic_param(&(pic->input_frame.base_uv),
472 pic->input_frame.stride * ctx->obj_context->current_render_target->height
    [all...]
vsp_fw.h 610 struct VssProcPictureVP8 input_frame; member in struct:VssVp8encPictureParameterBuffer
  /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/content/renderer/media/
rtc_video_encoder.cc 61 void Enqueue(const webrtc::I420VideoFrame* input_frame,
210 void RTCVideoEncoder::Impl::Enqueue(const webrtc::I420VideoFrame* input_frame,
242 input_next_frame_ = input_frame;
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 266 WebFrame* input_frame,
272 input_frame->document().frame()->view()->advanceFocus(false);
    [all...]

Completed in 3099 milliseconds