format_ 398 modules/core/include/opencv2/core/opengl.hpp Format format_; format_ 660 modules/core/include/opencv2/core/opengl.hpp return format_; format_ 963 modules/core/src/opengl.cpp format_ = aformat; format_ 979 modules/core/src/opengl.cpp format_ = aformat; format_ 1049 modules/core/src/opengl.cpp format_ = internalFormats[cn]; format_ 1062 modules/core/src/opengl.cpp if (rows_ != arows || cols_ != acols || format_ != aformat) format_ 1068 modules/core/src/opengl.cpp format_ = aformat; format_ 1081 modules/core/src/opengl.cpp format_ = NONE; format_ 1172 modules/core/src/opengl.cpp const int cn = format_ == DEPTH_COMPONENT ? 1: format_ == RGB ? 3 : 4; format_ 1173 modules/core/src/opengl.cpp const GLenum dstFormat = format_ == DEPTH_COMPONENT ? gl::DEPTH_COMPONENT : format_ == RGB ? gl::BGR : gl::BGRA; format_ 71 modules/cudacodec/src/cuvid_video_source.cpp format_.codec = static_cast<Codec>(vidfmt.codec); format_ 72 modules/cudacodec/src/cuvid_video_source.cpp format_.chromaFormat = static_cast<ChromaFormat>(vidfmt.chroma_format); format_ 73 modules/cudacodec/src/cuvid_video_source.cpp format_.width = vidfmt.coded_width; format_ 74 modules/cudacodec/src/cuvid_video_source.cpp format_.height = vidfmt.coded_height; format_ 84 modules/cudacodec/src/cuvid_video_source.cpp return format_; format_ 82 modules/cudacodec/src/cuvid_video_source.hpp FormatInfo format_; format_ 112 modules/cudacodec/src/ffmpeg_video_source.cpp format_.codec = static_cast<Codec>(codec); format_ 113 modules/cudacodec/src/ffmpeg_video_source.cpp format_.chromaFormat = static_cast<ChromaFormat>(chroma_format); format_ 114 modules/cudacodec/src/ffmpeg_video_source.cpp format_.width = width; format_ 115 modules/cudacodec/src/ffmpeg_video_source.cpp format_.height = height; format_ 126 modules/cudacodec/src/ffmpeg_video_source.cpp return format_; format_ 64 modules/cudacodec/src/ffmpeg_video_source.hpp FormatInfo format_;