Home
last modified time | relevance | path

Searched refs:format (Results 4751 - 4775 of 7667) sorted by relevance

1...<<191192193194195196197198199200>>...307

/third_party/mesa3d/include/GLES3/
H A Dgl3.h405 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
475 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
488 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
493 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
548 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
618 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
631 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
636 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
997 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
998 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c874 * intrinsic, that includes the image format (see in lower_image_deref()
1206 VkFormat fb_format = pass->attachments[att_idx].desc.format; in pipeline_populate_v3d_fs_key()
1210 * need to know the color buffer format and swizzle for that in pipeline_populate_v3d_fs_key()
1213 key->color_fmt[i].format = fb_pipe_format; in pipeline_populate_v3d_fs_key()
1389 if (desc->format == VK_FORMAT_B8G8R8A8_UNORM) in pipeline_populate_v3d_vs_key()
1987 VkFormat fb_format = pass->attachments[att_idx].desc.format; in pipeline_populate_graphics_key()
1991 * need to know the color buffer format and swizzle for that in pipeline_populate_graphics_key()
1994 key->color_fmt[i].format = fb_pipe_format; in pipeline_populate_graphics_key()
2015 if (desc->format == VK_FORMAT_B8G8R8A8_UNORM) in pipeline_populate_graphics_key()
2791 if (att->desc.format in enable_depth_bias()
[all...]
/third_party/openGLES/api/GLES3/
H A Dgl3.h386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
469 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
474 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
529 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
599 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
612 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
617 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
978 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
979 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c30 #include <pulse/format.h>
1505 pa_sample_format_to_string(s->sample_spec.format), s->sample_spec.rate); in pa_sink_reconfigure()
1522 /* We have to try to use the sink input format and rate */ in pa_sink_reconfigure()
1523 desired_spec.format = spec->format; in pa_sink_reconfigure()
1530 desired_spec.format = spec->format; in pa_sink_reconfigure()
1561 pa_log_debug("Suspending sink %s due to changing format, desired format = %s rate = %u", in pa_sink_reconfigure()
1562 s->name, pa_sample_format_to_string(desired_spec.format), desired_spe in pa_sink_reconfigure()
3986 pa_sink_set_sample_format(pa_sink *s, pa_sample_format_t format) pa_sink_set_sample_format() argument
[all...]
/third_party/pulseaudio/src/pulse/
H A Dstream.c134 /* We'll get the final negotiated format after connecting */ in pa_stream_new_with_proplist_internal()
135 s->format = NULL; in pa_stream_new_with_proplist_internal()
159 /* FIXME: We assume a worst-case compressed format corresponding to in pa_stream_new_with_proplist_internal()
162 .format = PA_SAMPLE_S16NE, in pa_stream_new_with_proplist_internal()
221 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 12 || (ss->format != PA_SAMPLE_S32LE && ss->format != PA_SAMPLE_S32BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist()
222 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15 || (ss->format != PA_SAMPLE_S24LE && ss->format != PA_SAMPLE_S24BE), PA_ERR_NOTSUPPORTED); in pa_stream_new_with_proplist()
223 PA_CHECK_VALIDITY_RETURN_NULL(c, c->version >= 15 || (ss->format != PA_SAMPLE_S24_32LE && ss->format ! in pa_stream_new_with_proplist()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.hpp1316 glw::GLenum format, glw::GLenum type,
1320 glw::GLenum format, glw::GLenum type,
1328 bool TestClearNamedBufferData(glw::GLenum internalformat, glw::GLsizei count, glw::GLenum format, glw::GLenum type,
1332 void ClearNamedBuffer(glw::GLuint buffer, glw::GLenum internalformat, glw::GLsizei size, glw::GLenum format,
1828 * internal format is not one of the valid sized internal formats listed in
1837 * format is not a valid format, or type is not a valid type.
1844 * internal format is not one of the valid sized internal formats listed in
1849 * per-element for the internal format specified by internal format
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h405 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
475 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
488 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
493 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
548 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
618 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
631 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
636 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
997 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
998 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h405 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
475 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
488 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
493 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
548 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
618 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
631 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
636 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
997 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
998 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl3.h386 typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
469 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
474 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
529 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
599 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
612 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
617 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
978 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
979 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenu
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp200 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS."); in init()
464 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if imageSize is not consistent with the format, dimensions, and contents of the specified compressed image data."); in init()
511 const GLuint format = s_astcFormats[formatNdx]; in init()
512 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
518 glCompressedTexImage2D(GL_TEXTURE_2D, 0, format, blockPixels.x(), blockPixels.y(), 0, (int)blockBytes, &unusedData[0]); in init()
527 glCompressedTexImage2D(faceGL, 0, format, cubeSize, cubeSize, 0, (int)blockBytes, &unusedData[0]); in init()
545 m_log << TestLog::Section("", "GL_INVALID_ENUM or GL_INVALID_VALUE is generated if internalformat is not an accepted format."); in init()
1060 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the zero level array is stored in a compressed internal format."); in init()
1067 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the level base array was not specified with an unsized internal format or a sized internal format tha in init()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp1277 GLenum format) in bindImageTexture()
1280 mState.setImageUnit(this, unit, tex, level, layered, layer, access, format); in bindImageTexture()
3526 // can be blit onto each other if the format is available. in generateSupportedExtensions()
3641 INFO() << "Limiting compressed format support.\n"; in initCaps()
3944 // Update the format caps based on the client version and extensions. in updateCaps()
4421 GLenum format, in readPixels()
4438 ANGLE_CONTEXT_TRY(readFBO->readPixels(this, area, format, type, packState, packBuffer, pixels)); in readPixels()
4445 GLenum format, in readPixelsRobust()
4453 readPixels(x, y, width, height, format, type, pixels); in readPixelsRobust()
4460 GLenum format, in readnPixelsRobust()
1271 bindImageTexture(GLuint unit, TextureID texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) bindImageTexture() argument
4417 readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) readPixels() argument
4441 readPixelsRobust(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *pixels) readPixelsRobust() argument
4456 readnPixelsRobust(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLsizei *length, GLsizei *columns, GLsizei *rows, void *data) readnPixelsRobust() argument
4842 texImage2D(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) texImage2D() argument
4863 texImage2DRobust(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texImage2DRobust() argument
4877 texImage3D(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) texImage3D() argument
4899 texImage3DRobust(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texImage3DRobust() argument
4914 texSubImage2D(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) texSubImage2D() argument
4942 texSubImage2DRobust(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texSubImage2DRobust() argument
4956 texSubImage3D(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) texSubImage3D() argument
4986 texSubImage3DRobust(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) texSubImage3DRobust() argument
5072 compressedTexSubImage2D(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) compressedTexSubImage2D() argument
5093 compressedTexSubImage2DRobust(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data) compressedTexSubImage2DRobust() argument
5108 compressedTexSubImage3D(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) compressedTexSubImage3D() argument
5137 compressedTexSubImage3DRobust(TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei dataSize, const GLvoid *data) compressedTexSubImage3DRobust() argument
6195 texImage2DExternal(TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type) texImage2DExternal() argument
8397 readnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) readnPixels() argument
9180 getTexImage(TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels) getTexImage() argument
9200 getRenderbufferImage(GLenum target, GLenum format, GLenum type, void *pixels) getRenderbufferImage() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhqx.c447 ctx->format = src[2] & 7; in hqx_decode_frame()
479 switch (ctx->format) { in hqx_decode_frame()
497 av_log(avctx, AV_LOG_ERROR, "Invalid format: %d.\n", ctx->format); in hqx_decode_frame()
H A Dh261dec.c493 int format, i; in h261_decode_picture_header() local
521 format = get_bits1(&s->gb); in h261_decode_picture_header()
524 if (format == 0) { // QCIF in h261_decode_picture_header()
H A Dlibdav1d.c79 enum AVPixelFormat format = pix_fmt[p->p.layout][p->seq_hdr->hbd]; in libdav1d_picture_allocator() local
84 ret = av_image_get_buffer_size(format, w, h, DAV1D_PICTURE_ALIGNMENT); in libdav1d_picture_allocator()
107 ret = av_image_fill_arrays(data, linesize, aligned_ptr, format, w, h, in libdav1d_picture_allocator()
H A Drkmppdec.c346 av_log(avctx, AV_LOG_INFO, "Decoder noticed an info change (%dx%d), format=%d\n", in rkmpp_retrieve_frame()
367 hwframes->format = AV_PIX_FMT_DRM_PRIME; in rkmpp_retrieve_frame()
397 frame->format = AV_PIX_FMT_DRM_PRIME; in rkmpp_retrieve_frame()
428 layer->format = drmformat; in rkmpp_retrieve_frame()
/third_party/ffmpeg/libavfilter/
H A Dvf_colorbalance.c365 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(outlink->format); in config_output()
368 const int planar = av_pix_fmt_count_planes(outlink->format) > 1; in config_output()
383 ff_fill_rgba_map(s->rgba_map, outlink->format); in config_output()
H A Dvf_fade.c408 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(inlink->format); in config_input()
413 ff_fill_rgba_map(s->rgba_map, inlink->format); in config_input()
431 ff_fmt_is_in(inlink->format, studio_level_pix_fmts) && !s->alpha ? 16 * (1 << (s->depth - 8)): 0; in config_input()
H A Dvf_colorchannelmixer.c310 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(outlink->format); in config_output()
314 ff_fill_rgba_map(s->rgba_map, outlink->format); in config_output()
349 switch (outlink->format) { in config_output()
H A Dvf_xmedian.c254 s->desc = av_pix_fmt_desc_get(outlink->format); in config_output()
257 s->nb_planes = av_pix_fmt_count_planes(outlink->format); in config_output()
267 if ((ret = av_image_fill_linesizes(s->linesizes, inlink->format, inlink->w)) < 0) in config_output()
H A Dvf_mix.c273 s->desc = av_pix_fmt_desc_get(outlink->format); in config_output()
276 s->nb_planes = av_pix_fmt_count_planes(outlink->format); in config_output()
280 if ((ret = av_image_fill_linesizes(s->linesizes, inlink->format, inlink->w)) < 0) in config_output()
H A Dvf_perspective.c224 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
230 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
231 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
H A Dvf_w3fdif.c277 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
280 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
291 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc.cpp93 virtual HRESULT STDMETHODCALLTYPE GetTimecode (BMDTimecodeFormat format, IDeckLinkTimecode **timecode) { return S_FALSE; } in GetTimecode() argument
177 if (c->format != AV_PIX_FMT_UYVY422) { in decklink_setup_video()
178 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format!" in decklink_setup_video()
445 if (tmp->format != AV_PIX_FMT_UYVY422 || in decklink_write_video_packet()
448 av_log(avctx, AV_LOG_ERROR, "Got a frame with invalid pixel format or dimension.\n"); in decklink_write_video_packet()
/third_party/ffmpeg/libavformat/
H A Dfifo.c41 char *format; member
534 oformat = av_guess_format(fifo->format, avf->url, NULL); in fifo_init()
669 {"fifo_format", "Target muxer", OFFSET(format),
H A Dswfdec.c357 av_log(s, AV_LOG_ERROR, "invalid bitmap format %d, skipped\n", bmp_fmt); in swf_read_packet()
454 if (st->codecpar->format != AV_PIX_FMT_NONE && st->codecpar->format != pix_fmt) { in swf_read_packet()
455 av_log(s, AV_LOG_ERROR, "pixel format change unsupported\n"); in swf_read_packet()
457 st->codecpar->format = pix_fmt; in swf_read_packet()

Completed in 64 milliseconds

1...<<191192193194195196197198199200>>...307