Home
last modified time | relevance | path

Searched refs:yuv (Results 1 – 7 of 7) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp144 bool JpegCompressor::Compress(jpeg_compress_struct* cinfo, const uint8_t* yuv) { in Compress() argument
152 uint8_t* y_plane = const_cast<uint8_t*>(yuv); in Compress()
153 uint8_t* u_plane = const_cast<uint8_t*>(yuv + y_plane_size); in Compress()
154 uint8_t* v_plane = const_cast<uint8_t*>(yuv + y_plane_size + uv_plane_size); in Compress()
Djpeg_compressor.h59 bool Compress(jpeg_compress_struct* cinfo, const uint8_t* yuv);
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraMjpegDecode.cpp382 jpeg_buffer_init(&p_output_buffers.data.yuv.luma_buf); in decoder_test()
383 jpeg_buffer_init(&p_output_buffers.data.yuv.chroma_buf); in decoder_test()
408 p_output_buffers.data.yuv.luma_buf, in decoder_test()
413 p_output_buffers.data.yuv.chroma_buf, in decoder_test()
527 jpeg_buffer_destroy(&p_output_buffers.data.yuv.luma_buf); in decoder_test()
528 jpeg_buffer_destroy(&p_output_buffers.data.yuv.chroma_buf); in decoder_test()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1444 OMX_U8 *yuv = pYUVBuffer->pBuffer; in VencTest_ReadAndEmpty() local
1453 bytes = read(m_nInFd, yuv, width); in VencTest_ReadAndEmpty()
1461 yuv += lstride; in VencTest_ReadAndEmpty()
1464 yuv = pYUVBuffer->pBuffer + (lscanl * lstride); in VencTest_ReadAndEmpty()
1467 bytes = read(m_nInFd, yuv, width); in VencTest_ReadAndEmpty()
1475 yuv += cstride; in VencTest_ReadAndEmpty()
/hardware/interfaces/renderscript/1.0/default/
DContext.h89 …nt, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) override;
DContext.cpp413 …nt element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) { in typeCreate() argument
420 RsYuvFormat _yuv = static_cast<RsYuvFormat>(yuv); in typeCreate()
/hardware/interfaces/renderscript/1.0/
DIContext.hal638 * @param yuv Enumeration specifying which type of YUV format, if any, Type
644 bool mipmaps, bool faces, YuvFormat yuv)