HomeSort by relevance Sort by last modified time
    Searched refs:colorFormat (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /frameworks/av/media/libstagefright/include/
StagefrightMetadataRetriever.h 46 int64_t timeUs, int option, int colorFormat, bool metaOnly);
48 int index, int colorFormat, bool metaOnly, bool thumbnail);
50 int index, int colorFormat, int left, int top, int right, int bottom);
53 int frameIndex, int numFrames, int colorFormat, bool metaOnly);
73 int64_t timeUs, int numFrames, int option, int colorFormat, bool metaOnly,
76 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect);
  /frameworks/av/media/libmedia/include/media/
IMediaMetadataRetriever.h 46 int64_t timeUs, int option, int colorFormat, bool metaOnly) = 0;
48 int index, int colorFormat, bool metaOnly, bool thumbnail) = 0;
50 int index, int colorFormat, int left, int top, int right, int bottom) = 0;
53 int frameIndex, int numFrames, int colorFormat, bool metaOnly) = 0;
MediaMetadataRetrieverInterface.h 47 int64_t timeUs, int option, int colorFormat, bool metaOnly) = 0;
49 int index, int colorFormat, bool metaOnly, bool thumbnail) = 0;
51 int index, int colorFormat, int left, int top, int right, int bottom) = 0;
54 int frameIndex, int numFrames, int colorFormat, bool metaOnly) = 0;
mediametadataretriever.h 91 int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false);
93 int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false, bool thumbnail = false);
95 int index, int colorFormat, int left, int top, int right, int bottom);
98 int colorFormat = HAL_PIXEL_FORMAT_RGB_565, bool metaOnly = false);
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h 54 int64_t timeUs, int option, int colorFormat, bool metaOnly);
56 int index, int colorFormat, bool metaOnly, bool thumbnail);
58 int index, int colorFormat, int left, int top, int right, int bottom);
61 int frameIndex, int numFrames, int colorFormat, bool metaOnly);
MetadataRetrieverClient.cpp 196 int64_t timeUs, int option, int colorFormat, bool metaOnly)
198 ALOGV("getFrameAtTime: time(%lld us) option(%d) colorFormat(%d), metaOnly(%d)",
199 (long long)timeUs, option, colorFormat, metaOnly);
206 sp<IMemory> frame = mRetriever->getFrameAtTime(timeUs, option, colorFormat, metaOnly);
215 int index, int colorFormat, bool metaOnly, bool thumbnail) {
216 ALOGV("getImageAtIndex: index(%d) colorFormat(%d), metaOnly(%d) thumbnail(%d)",
217 index, colorFormat, metaOnly, thumbnail);
224 sp<IMemory> frame = mRetriever->getImageAtIndex(index, colorFormat, metaOnly, thumbnail);
233 int index, int colorFormat, int left, int top, int right, int bottom) {
234 ALOGV("getImageRectAtIndex: index(%d) colorFormat(%d), rect {%d, %d, %d, %d}"
    [all...]
  /cts/tests/tests/media/libmediandkjni/
native_media_source.h 38 Source(int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping)
41 mColorFormat(colorFormat),
69 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping,
native_media_decoder_source.cpp 28 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate);
60 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping,
63 DecoderSource *d = new DecoderSource(w, h, colorFormat, fps, looping, regulateFeedingRate);
70 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate)
71 : Source(w, h, colorFormat, fps, looping),
  /frameworks/av/media/libmedia/
mediametadataretriever.cpp 145 int64_t timeUs, int option, int colorFormat, bool metaOnly)
147 ALOGV("getFrameAtTime: time(%" PRId64 " us) option(%d) colorFormat(%d) metaOnly(%d)",
148 timeUs, option, colorFormat, metaOnly);
154 return mRetriever->getFrameAtTime(timeUs, option, colorFormat, metaOnly);
158 int index, int colorFormat, bool metaOnly, bool thumbnail) {
159 ALOGV("getImageAtIndex: index(%d) colorFormat(%d) metaOnly(%d) thumbnail(%d)",
160 index, colorFormat, metaOnly, thumbnail);
166 return mRetriever->getImageAtIndex(index, colorFormat, metaOnly, thumbnail);
170 int index, int colorFormat, int left, int top, int right, int bottom) {
171 ALOGV("getImageRectAtIndex: index(%d) colorFormat(%d) rect {%d, %d, %d, %d}"
    [all...]
IMediaMetadataRetriever.cpp 149 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly)
151 ALOGV("getTimeAtTime: time(%" PRId64 " us), option(%d), colorFormat(%d) metaOnly(%d)",
152 timeUs, option, colorFormat, metaOnly);
157 data.writeInt32(colorFormat);
170 sp<IMemory> getImageAtIndex(int index, int colorFormat, bool metaOnly, bool thumbnail)
172 ALOGV("getImageAtIndex: index %d, colorFormat(%d) metaOnly(%d) thumbnail(%d)",
173 index, colorFormat, metaOnly, thumbnail);
177 data.writeInt32(colorFormat);
192 int index, int colorFormat, int left, int top, int right, int bottom)
194 ALOGV("getImageRectAtIndex: index %d, colorFormat(%d) rect {%d, %d, %d, %d}"
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
utilities.h 80 GLuint GetAlphaSize(sw::Format colorFormat);
81 GLuint GetRedSize(sw::Format colorFormat);
82 GLuint GetGreenSize(sw::Format colorFormat);
83 GLuint GetBlueSize(sw::Format colorFormat);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 129 int index, int colorFormat, bool metaOnly, bool thumbnail) {
130 ALOGV("getImageAtIndex: index(%d) colorFormat(%d) metaOnly(%d) thumbnail(%d)",
131 index, colorFormat, metaOnly, thumbnail);
133 return getImageInternal(index, colorFormat, metaOnly, thumbnail, NULL);
137 int index, int colorFormat, int left, int top, int right, int bottom) {
138 ALOGV("getImageRectAtIndex: index(%d) colorFormat(%d) rect {%d, %d, %d, %d}",
139 index, colorFormat, left, top, right, bottom);
148 index, colorFormat, false /*metaOnly*/, false /*thumbnail*/, &rect);
152 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) {
188 return FrameDecoder::getMetadataOnly(trackMeta, colorFormat, thumbnail)
    [all...]
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat)
66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat));
215 const deUint32 colorFormat = chooseColorFormat(config);
226 if (colorFormat == 0)
239 pixelFormat = getPixelFormat(colorFormat);
245 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height);
247 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height);
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 62 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
67 mColorFormat(colorFormat),
172 int colorFormat = OMX_COLOR_FormatYUV420Planar;
192 colorFormat = translateColorToOmxEnumValue(atoi(optarg));
193 if (colorFormat == -1) {
273 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
294 enc_meta->setInt32("color-format", colorFormat);
record.cpp 48 DummySource(int width, int height, int colorFormat)
51 mColorFormat(colorFormat),
57 CHECK(colorFormat == OMX_COLOR_FormatYUV420SemiPlanar ||
58 colorFormat == OMX_COLOR_FormatYUV420Planar);
181 int colorFormat = translateColorToOmxEnumValue(atoi(argv[2]));
182 if (colorFormat == -1) {
207 sp<MediaSource> decoder = new DummySource(width, height, colorFormat);
221 enc_meta->setInt32("color-format", colorFormat);
  /packages/services/Car/evs/app/
TexWrapper.cpp 114 int colorFormat;
119 &bitDepth, &colorFormat,
123 switch(colorFormat)
132 printf("%s: Unknown libpng color format %d.\n", filename, colorFormat);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoEncoder.java 124 private int colorFormat; // Used by native code.
143 public EncoderProperties(String codecName, int colorFormat) {
145 this.colorFormat = colorFormat;
148 public final int colorFormat; // Color format supported by codec.
198 for (int colorFormat : capabilities.colorFormats) {
199 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
307 colorFormat = properties.colorFormat;
308 Logging.d(TAG, "Color format: " + colorFormat);
    [all...]
MediaCodecVideoDecoder.java 102 private int colorFormat;
134 public DecoderProperties(String codecName, int colorFormat) {
136 this.colorFormat = colorFormat;
139 public final int colorFormat; // Color format supported by codec.
180 for (int colorFormat : capabilities.colorFormats) {
181 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
256 ". Color: 0x" + Integer.toHexString(properties.colorFormat) +
273 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
284 colorFormat = properties.colorFormat
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicClass.cpp 74 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM;
79 makeImageCreateInfo(resolution, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_BUFFER_USAGE_TRANSFER_SRC_BIT),
82 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat));
86 const Unique<VkImageView> colorAttachmentView (makeImageView(vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubRange));
108 const VkDeviceSize colorBufferSizeBytes = resolution.x()*resolution.y() * tcu::getPixelSize(mapVkFormat(colorFormat));
196 const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), resolution.x(), resolution.y(), 1, colorBufferAlloc.getHostPtr());
  /external/deqp/modules/gles3/functional/
es3fFboDepthbufferTests.cpp 68 const deUint32 colorFormat = GL_RGBA8;
89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
132 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
160 const deUint32 colorFormat = GL_RGBA8;
179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
218 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
246 const deUint32 colorFormat = GL_RGBA8;
265 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
298 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
es3fFboRenderTest.cpp 72 , colorFormat (colorFormat_)
84 , colorFormat (GL_NONE)
98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer
124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat);
257 checkColorFormatSupport(context, config.colorFormat);
268 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height);
273 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height);
505 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12, 12)));
529 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat);
    [all...]
es3fFboStencilbufferTests.cpp 68 const deUint32 colorFormat = GL_RGBA8;
82 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_size.x(), m_size.y());
132 readPixels(dst, 0, 0, m_size.x(), m_size.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
157 const deUint32 colorFormat = GL_RGBA8;
176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height);
229 readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleImageTests.cpp 68 VkFormat colorFormat;
320 const VkFormat colorFormat,
327 colorFormat, // VkFormat format;
387 const VkFormat colorFormat)
392 colorFormat, // VkFormat format;
718 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order);
719 const bool isUint = isUintFormat(caseDef.colorFormat);
720 const bool isSint = isIntFormat(caseDef.colorFormat);
746 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint);
752 << "layout(location = 0) out " << colorFormat << " o_color;\n
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderUtil.hpp 42 vk::Move<vk::VkRenderPass> makeRenderPass (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks);
43 vk::Move<vk::VkRenderPass> makeRenderPassWithAttachments (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks);
  /hardware/intel/common/utils/ISV/include/
isv_bufmanager.h 76 uint32_t stride, uint32_t colorFormat,
85 mColorFormat(colorFormat),

Completed in 956 milliseconds

1 2 3 4 5