OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeContext
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/lib/png/
png_io.h
47
struct
DecodeContext
{
59
DecodeContext
() : png_ptr(NULL), info_ptr(NULL) {}
69
//
DecodeContext
context;
78
int desired_channel_bits,
DecodeContext
* context);
80
bool CommonFinishDecode(png_bytep data, int row_bytes,
DecodeContext
* context);
85
void CommonFreeDecode(
DecodeContext
* context);
png_io.cc
79
DecodeContext
* const ctx =
80
absl::bit_cast<
DecodeContext
*>(png_get_io_ptr(png_ptr));
92
DecodeContext
* const ctx =
93
absl::bit_cast<
DecodeContext
*>(png_get_io_ptr(png_ptr));
128
void CommonFreeDecode(
DecodeContext
* context) {
141
DecodeContext
context;
200
int desired_channel_bits,
DecodeContext
* context) {
308
bool CommonFinishDecode(png_bytep data, int row_bytes,
DecodeContext
* context) {
/external/tensorflow/tensorflow/core/kernels/
decode_image_op.cc
236
png::
DecodeContext
decode;
Completed in 148 milliseconds