HomeSort by relevance Sort by last modified time
    Searched full:y_plane (Results 26 - 35 of 35) sorted by null

12

  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 519 unsigned char* y_plane = test_frame_.buffer(webrtc::kYPlane); local
525 memcpy(current_pointer, y_plane, y_width);
528 y_plane += y_width;
  /pdk/apps/CameraITS/pymodules/its/
image.py 288 def convert_yuv420_to_rgb_image(y_plane, u_plane, v_plane,
295 y_plane: The packed 8-bit Y plane.
306 y = numpy.subtract(y_plane, yuv_off[0])
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 447 void Tile2D_To_YUV420(unsigned char *Y_plane, unsigned char *Cb_plane, unsigned char *Cr_plane,
466 Y_plane[(y+k)*width + x + l*4 +j] = (data>>(8*j))&0xff;
  /device/asus/deb/kernel-headers/media/
msmb_isp.h 47 Y_PLANE,
  /device/asus/flo/kernel-headers/media/
msmb_isp.h 47 Y_PLANE,
  /device/lge/hammerhead/kernel-headers/media/
msmb_isp.h 52 Y_PLANE,
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capturer.cc 311 video_frame.y_plane,
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_isp.h 50 Y_PLANE,
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_isp.h 54 Y_PLANE,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]

Completed in 379 milliseconds

12