OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DepthFormat
(Results
1 - 7
of
7
) sorted by null
/external/dynamic_depth/includes/dynamic_depth/
depth_map.h
18
enum class
DepthFormat
{ kFormatNone = 0, kRangeInverse = 1, kRangeLinear = 2 };
33
DepthFormat
format;
58
explicit DepthMapParams(
DepthFormat
in_format, float in_near, float in_far,
101
DepthFormat
GetFormat() const;
/external/dynamic_depth/internal/dynamic_depth/
depth_map.cc
70
string FormatToString(
DepthFormat
format) {
72
case
DepthFormat
::kRangeInverse:
74
case
DepthFormat
::kRangeLinear:
76
case
DepthFormat
::kFormatNone:
82
DepthFormat
StringToFormat(const string& format_str) {
87
return
DepthFormat
::kRangeInverse;
91
return
DepthFormat
::kRangeLinear;
94
return
DepthFormat
::kFormatNone;
212
if (params.format ==
DepthFormat
::kFormatNone) {
214
<< "Format must be specified, cannot be of type
DepthFormat
::NONE"
[
all
...]
depth_jpeg.cc
89
if (depth_format != dynamic_depth::
DepthFormat
::kRangeInverse) {
/external/deqp/modules/gles2/functional/
es2fRboStateQueryTests.cpp
236
const struct
DepthFormat
/frameworks/av/services/camera/libcameraservice/common/
DepthPhotoProcessor.cpp
49
using dynamic_depth::
DepthFormat
;
385
DepthMapParams depthParams(
DepthFormat
::kRangeInverse, near, far, DepthUnits::kMeters,
/external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp
283
const struct
DepthFormat
/external/mesa3d/src/amd/addrlib/gfx9/chip/
gfx9_enum.h
451
*
DepthFormat
enum
454
typedef enum
DepthFormat
{
463
}
DepthFormat
;
[
all
...]
Completed in 4632 milliseconds