HomeSort by relevance Sort by last modified time
    Searched defs:frame_width (Results 1 - 25 of 39) sorted by null

1 2

  /external/libvpx/libvpx/
video_common.h 18 int frame_width; member in struct:__anon26100
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc 61 const int frame_width = 1920; local
71 captured_frame.width = frame_width;
73 captured_frame.data_size = (frame_width * frame_height) +
74 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
webrtcvideoframefactory_unittest.cc 40 const int frame_width = 1920; local
49 captured_frame_.width = frame_width;
52 (frame_width * frame_height) +
53 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 74 int frame_width() const { return frame_width_; } function in class:__anon43846::FileVideoCapturerTest::VideoCapturerListener
173 EXPECT_EQ(listener.frame_width(), capture_format_.width);
  /bootable/recovery/
wear_ui.cpp 56 int frame_width = gr_get_width(frame); local
58 int frame_x = (gr_fb_width() - frame_width) / 2;
60 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y);
screen_ui.cpp 188 int frame_width = gr_get_width(frame); local
190 int frame_x = (ScreenWidth() - frame_width) / 2;
192 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y);
  /external/libxcam/plugins/smart/dvs/libdvs/
libdvs.h 42 int frame_width; member in struct:DvsResult
54 int frame_width; member in struct:DvsConfig
64 frame_width = 1;
  /external/libxcam/xcore/base/
xcam_smart_result.h 64 int frame_width; member in struct:_XCamDVSResult
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 46 int frame_width=640, frame_height=480; local
51 usrbuf = (unsigned char*)malloc(frame_width * frame_height * 2);
121 vaSurfaceExternBuf.width = frame_width;
123 vaSurfaceExternBuf.pitches[0] = vaSurfaceExternBuf.pitches[1] = vaSurfaceExternBuf.pitches[2] = frame_width;
136 va_status = vaCreateSurfaces(va_dpy, VA_RT_FORMAT_YUV420, frame_width, frame_height, &surface_id, 1, attrib_list, 2);
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 125 int frame_width, frame_height; local
141 frame_width = xd->cur_buf->y_width;
144 frame_width = xd->cur_buf->uv_width;
181 if (x0 + bs <= frame_width) {
183 } else if (x0 <= frame_width) {
184 const int r = frame_width - x0;
186 vpx_memset16(above_row + r, above_row[r - 1], x0 + bs - frame_width);
209 if (x0 + 2 * bs <= frame_width) {
216 } else if (x0 + bs <= frame_width) {
217 const int r = frame_width - x0
275 int frame_width, frame_height; local
    [all...]
  /external/webrtc/talk/media/base/
testutils.h 140 int frame_width() const { return frame_width_; } function in class:cricket::VideoCapturerListener
mediachannel.h 814 frame_width(0),
837 int frame_width; member in struct:cricket::VideoReceiverInfo
    [all...]
  /hardware/intel/common/libva/va/
va_dec_vp8.h 75 unsigned int frame_width; member in struct:_VAPictureParameterBufferVP8
va_dec_vp9.h 67 uint16_t frame_width; member in struct:_VADecPictureParameterBufferVP9
va_enc_vp8.h 54 unsigned int frame_width; member in struct:_VAEncSequenceParameterBufferVP8
  /external/drm_hwcomposer/
glworker.cpp 561 GLint frame_width = framebuffer->getWidth(); local
603 glViewport(0, 0, frame_width, frame_height);
635 glUniform4f(gl_viewport_loc, cmd.bounds[0] / (float)frame_width,
637 (cmd.bounds[2] - cmd.bounds[0]) / (float)frame_width,
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 161 int frame_width[FRAME_SCALE_STEPS]; member in struct:__anon26250
  /external/libxcam/tests/
test-device-manager.cpp 97 void set_frame_width (uint32_t frame_width) {
98 _frame_width = frame_width;
369 uint32_t frame_width = 1920; local
465 frame_width = atoi(optarg);
663 device_manager->set_frame_width (frame_width);
777 ret = device->set_format (frame_width, frame_height, pixel_format, V4L2_FIELD_NONE, frame_width * 2);
851 cl_post_processor->set_scaler_factor (640.0 / frame_width);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 2607 unsigned int frame_width = m_frame_dimensions.width; local
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 94 int frame_width; member in struct:_vbp_codec_data_h264
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 449 int frame_width, int frame_height,
459 b_w, b_h, frame_width, frame_height);
465 y0, b_w, b_h, frame_width, frame_height);
474 int frame_width, int frame_height,
484 frame_width, frame_height);
501 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
507 frame_width = ref_frame_buf->buf.y_crop_width;
511 frame_width = ref_frame_buf->buf.uv_crop_width;
576 if (is_scaled || scaled_mv.col || scaled_mv.row || (frame_width & 0x7) ||
597 if (x0 < 0 || x0 > frame_width - 1 || x1 < 0 || x1 > frame_width - 1 |
    [all...]
  /external/v4l2_codec2/vda/
vp9_parser.h 215 // The range of frame_width and frame_height is 1..2^16.
216 uint32_t frame_width; member in struct:media::Vp9FrameHeader
280 uint32_t frame_width; member in struct:media::Vp9Parser::ReferenceSlot
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 140 uint32 frame_width; member in struct:_vbp_codec_data_mpeg2
223 int frame_width; member in struct:_vbp_codec_data_h264
417 uint32 frame_width; member in struct:_vbp_codec_data_vp8
  /hardware/intel/common/libva/test/encode/
h264encode.c 111 static int frame_width = 176; variable
757 frame_width = atoi(optarg);
859 frame_bitrate = frame_width * frame_height * 12 * frame_rate / 50;
871 srcyuv_frames = tmp.st_size / (frame_width * frame_height * 1.5);
904 frame_width_mbaligned = (frame_width + 15) & (~15);
906 if (frame_width != frame_width_mbaligned ||
909 frame_width, frame_height,
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_fw.h 560 uint32_t frame_width; member in struct:VssVp8encSequenceParameterBuffer

Completed in 356 milliseconds

1 2