Searched refs:format (Results 251 - 275 of 484) sorted by relevance

<<11121314151617181920

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdp.h53 /* Sets the source total width, height, format */
69 /* Update the src format with rotator's dest*/
143 /* set w/h. format is ignored*/
262 mOVInfo.src.format);
268 mOVInfo.src.format = whf.format;
H A DoverlayRotator.cpp48 int halFormat = ovutils::getHALFormat(destWhf.format);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdp.h53 /* Sets the source total width, height, format */
67 /* Update the src format with rotator's dest*/
149 /* set w/h. format is ignored*/
300 mOVInfo.src.format);
306 mOVInfo.src.format = whf.format;
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMdp.h53 /* Sets the source total width, height, format */
67 /* Update the src format with rotator's dest*/
152 /* set w/h. format is ignored*/
301 mOVInfo.src.format);
307 mOVInfo.src.format = whf.format;
/hardware/intel/common/libva/va/
H A Dva_trace.h81 int format,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h54 int format; // \see alloc_device_t::alloc member in struct:ISVBuffer::_ufo_buffer_details_t
58 int drmformat; // drm format
H A Disv_worker.h126 uint32_t stride, uint32_t format, unsigned long handle, int32_t* surfaceId);
/hardware/intel/img/hwcomposer/ips/common/
H A DRotationBufferProvider.cpp141 int size = width * height * 3 / 2; // YUV420 NV12 format
197 vaSurfaceAttrib->pixel_format = payload->format;
386 if (payload->format != VA_FOURCC_NV12 || payload->width == 0 || payload->height == 0) {
387 WLOGTRACE("payload data is not correct: format %#x, width %d, height %d",
388 payload->format, payload->width, payload->height);
521 payload->format = VA_FOURCC_NV12;
/hardware/libhardware/include/hardware/
H A Dcamera.h82 int w, int h, int format);
H A Dcamera3.h363 * that pixel format. The HAL must still call process_capture_result() to
1099 * For ZSL use case, the pixel format for bidirectional stream will be
1175 * The pixel format for input stream can be any format reported by
1176 * android.scaler.availableInputOutputFormatsMap. The pixel format of the
1178 * format reported by android.scaler.availableStreamConfigurations. The
1215 * the framework by its buffer resolution and format, and additionally by the
1258 * The pixel format for the buffers in this stream. Format is a value from
1263 * gralloc module will select a format based on the usage flags provided by
1270 * implementation-specific format detail
1278 int format; member in struct:camera3_stream
[all...]
H A Dgralloc.h46 * Add support for flexible YCbCr format with (*lock_ycbcr)() method.
240 * If the buffer format is not compatible with a flexible YUV format (e.g.
245 * if supported by the device, as well as with any other format that is
247 * flexible-YUV-compatible color-format with android native buffers.
326 * If format is HAL_PIXEL_FORMAT_YCbCr_420_888, the returned stride must be
334 int w, int h, int format, int usage,
/hardware/libhardware/modules/usbaudio/
H A Dlogging.c109 ALOGV(" format:%d", config->format);
/hardware/libhardware/tests/camera2/
H A DCameraModuleTests.cpp95 String8 deviceName = String8::format("%d", idx[i]);
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp139 audio_format_t format,
148 sampling_rate, format, channelMask,
178 audio_format_t format,
183 return lap->apm->getInput((int) inputSource, sampling_rate, format, channelMask,
136 ap_get_output(struct audio_policy *pol, audio_stream_type_t stream, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) argument
176 ap_get_input(struct audio_policy *pol, audio_source_t inputSource, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_in_acoustics_t acoustics) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp139 audio_format_t format,
147 sampling_rate, (int) format, channelMask,
176 audio_format_t format,
181 return qap->apm->getInput((int) inputSource, sampling_rate, (int) format, channelMask,
136 ap_get_output(struct audio_policy *pol, audio_stream_type_t stream, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags) argument
174 ap_get_input(struct audio_policy *pol, audio_source_t inputSource, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_in_acoustics_t acoustics) argument
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.h43 * graphics/PixelFormat.java, ui/PixelFormat.h, pixelflinger/format.h
133 /* format COPYBIT_FORMAT_xxx */
134 int32_t format; member in struct:copybit_image_t
/hardware/qcom/display/msm8084/liboverlay/pipes/
H A Doverlay3DPipe.h64 // Cache the M3D format
94 // Cache the M3D format
124 // Cache the 3D format
156 // Cache the 3D format
204 // which means format is HAL_3D_OUT_SBS_MASK
224 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) |
280 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) |
345 mS3Dfmt = utils::getS3DFormat(args.whf.format);
414 // which means format is HAL_3D_OUT_SBS_MASK
454 mS3Dfmt = utils::getS3DFormat(args.whf.format);
[all...]
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.h43 * graphics/PixelFormat.java, ui/PixelFormat.h, pixelflinger/format.h
133 /* format COPYBIT_FORMAT_xxx */
134 int32_t format; member in struct:copybit_image_t
/hardware/qcom/display/msm8960/liboverlay/pipes/
H A Doverlay3DPipe.h64 // Cache the M3D format
94 // Cache the M3D format
124 // Cache the 3D format
156 // Cache the 3D format
204 // which means format is HAL_3D_OUT_SBS_MASK
224 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) |
280 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) |
345 mS3Dfmt = utils::getS3DFormat(args.whf.format);
414 // which means format is HAL_3D_OUT_SBS_MASK
454 mS3Dfmt = utils::getS3DFormat(args.whf.format);
[all...]
/hardware/qcom/display/msm8974/liboverlay/pipes/
H A Doverlay3DPipe.h64 // Cache the M3D format
94 // Cache the M3D format
124 // Cache the 3D format
156 // Cache the 3D format
204 // which means format is HAL_3D_OUT_SBS_MASK
224 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) |
280 mM3Dfmt = utils::format3DInput(utils::getS3DFormat(args.whf.format)) |
345 mS3Dfmt = utils::getS3DFormat(args.whf.format);
414 // which means format is HAL_3D_OUT_SBS_MASK
454 mS3Dfmt = utils::getS3DFormat(args.whf.format);
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dsec_g2d.h245 uint32_t format; member in struct:__s5p_img
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c335 (pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_Format16bitRGB565)){
341 ((pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_FormatYCbYCr)||
342 (pTempVidPortDef->format.video.eColorFormat == OMX_COLOR_FormatCbYCrY))){
753 printf("usage: %s <input.yuv> <output descriptor> <Inp. width> <Inp. height> <Inp. Color> <0:no overlay/1:overlay> <outputwidth> <outputheight> <YUV output format> <RGB format> <0 :Internal 1 :external allocation>\
987 pCompPrivateStruct->format.video.nFrameHeight = inputheight;
988 pCompPrivateStruct->format.video.nFrameWidth = inputwidth;
989 pCompPrivateStruct->format.video.eColorFormat = nColor;
990 pCompPrivateStruct->format.video.nBitrate = bitrate;
1007 pCompPrivateStruct->format
[all...]
/hardware/ti/omap4-aah/camera/inc/
H A DANativeWindowDisplayAdapter.h80 virtual CameraBuffer * allocateBufferList(int width, int height, const char* format, int &bytes, int numBufs);
/hardware/ti/omap4xxx/camera/
H A DMemoryManager.cpp46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) argument

Completed in 1253 milliseconds

<<11121314151617181920