Home
last modified time | relevance | path

Searched refs:decode_type (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/test/fuzzers/
Daudio_decoder_fuzzer.cc44 void FuzzAudioDecoder(DecoderFunctionType decode_type, in FuzzAudioDecoder() argument
62 switch (decode_type) { in FuzzAudioDecoder()
Daudio_decoder_fuzzer.h26 void FuzzAudioDecoder(DecoderFunctionType decode_type,
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py323 decode_type = field_descriptor.type
324 if (decode_type == _FieldDescriptor.TYPE_ENUM and
326 decode_type = _FieldDescriptor.TYPE_INT32
338 elif decode_type == _FieldDescriptor.TYPE_STRING:
345 field_decoder = type_checkers.TYPE_TO_DECODER[decode_type](
/external/pdfium/samples/
Dpdfium_test_write_helper.cc544 ThumbnailDecodeType decode_type) { in GetThumbnailFilename() argument
546 switch (decode_type) { in GetThumbnailFilename()