HomeSort by relevance Sort by last modified time
    Searched refs:yuv (Results 51 - 75 of 99) sorted by null

1 23 4

  /cts/apps/CameraITS/pymodules/its/
objects.py 145 fmt: the output format, as a string in ["jpg", "yuv", "raw"].
151 fmt_codes = {"raw":0x20, "raw10":0x25, "yuv":0x23, "jpg":0x100, "jpeg":0x100}
216 fmt = "yuv"
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 52 #define kImageFilename "faces.1280x720_P420.yuv"
160 rtc::sprintfn(filename, sizeof(filename), "%s.%dx%d_P420.yuv",
213 // Create a test image for YUV 420 formats with 12 bits per pixel.
315 uint8 yuv[4][3]; local
322 &yuv[i][0], &yuv[i][1], &yuv[i][2]);
324 frame->GetYPlane()[stride_y * y + x] = yuv[0][0];
326 frame->GetYPlane()[stride_y * y + x + 1] = yuv[1][0];
329 frame->GetYPlane()[stride_y * (y + 1) + x] = yuv[2][0]
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 141 void *userData, int32_t index, uint8_t **yuv) {
144 return encoder->bindOutputBuffer(index, yuv);
698 int32_t SoftAVCEncoder::bindOutputBuffer(int32_t index, uint8_t **yuv) {
701 *yuv = (uint8_t *) mOutputBuffers[index]->data();
  /frameworks/rs/driver/runtime/
rs_allocation.c 313 const size_t cstep = alloc->mHal.drvState.yuv.step;
314 const size_t shift = alloc->mHal.drvState.yuv.shift;
327 const size_t cstep = alloc->mHal.drvState.yuv.step;
328 const size_t shift = alloc->mHal.drvState.yuv.shift;
  /frameworks/rs/driver/
rsdAllocation.cpp 255 static size_t DeriveYUVLayout(int yuv, Allocation::Hal::DrvState *state) {
256 // YUV only supports basic 2d
263 state->yuv.shift = 1;
264 state->yuv.step = 1;
268 switch(yuv) {
288 state->yuv.step = 2;
320 if (alloc->mHal.state.yuv) {
321 o += DeriveYUVLayout(alloc->mHal.state.yuv, &alloc->mHal.drvState);
845 if (alloc->mHal.state.yuv) {
849 if (alloc->mHal.state.yuv == HAL_PIXEL_FORMAT_YV12)
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 185 vec3 yuv = vec3(y_raw, u_unsigned, v_unsigned) + yuv_adj; local
186 vec3 rgb = cc_matrix * yuv;
319 // Set YUV offset.
322 // Set YUV matrix.
  /frameworks/rs/
rsType.cpp 119 // YUV only supports basic 2d
331 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) {
334 return Type::getType(rsc, e, dimX, dimY, dimZ, mipmaps, faces, yuv);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 216 TEST(JPEGImageDecoderTest, yuv)
218 const char* jpegFile = "/LayoutTests/fast/images/resources/lenna.jpg"; // 256x256, YUV 4:2:0
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 94 struct pipe_resource *yuv[2][3]; member in struct:xorg_xv_port_priv
185 struct pipe_resource **dst = priv->yuv[priv->current_set];
307 struct pipe_resource **dst = port->yuv[port->current_set];
392 debug_assert(!"Unsupported yuv format!");
420 struct pipe_resource **textures = port->yuv[port->current_set];
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 94 struct pipe_resource *yuv[2][3]; member in struct:xorg_xv_port_priv
185 struct pipe_resource **dst = priv->yuv[priv->current_set];
307 struct pipe_resource **dst = port->yuv[port->current_set];
392 debug_assert(!"Unsupported yuv format!");
420 struct pipe_resource **textures = port->yuv[port->current_set];
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp 130 size_t cstep = cp->alloc->mHal.drvState.yuv.step;
147 // Legacy yuv support didn't fill in uv
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 40 // FILE QVGA MP4 24 384000 100 enc_qvga.yuv QVGA_24.m4v
41 // FILE QCIF MP4 15 96000 0 foreman.qcif.yuv output_qcif.m4v
42 // FILE VGA MP4 24 1200000 218 enc_vga.yuv vga_output.m4v
1444 OMX_U8 *yuv = pYUVBuffer->pBuffer; local
    [all...]
  /external/chromium_org/third_party/libwebp/
libwebp_dsp.target.darwin-arm.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.darwin-arm64.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.darwin-mips.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.darwin-mips64.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.darwin-x86.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.darwin-x86_64.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.linux-arm.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.linux-arm64.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.linux-mips.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.linux-mips64.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.linux-x86.mk 40 third_party/libwebp/dsp/yuv.c \
libwebp_dsp.target.linux-x86_64.mk 40 third_party/libwebp/dsp/yuv.c \
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec 42 param uint32_t yuv

Completed in 1006 milliseconds

1 23 4