Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ifd_tag
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
tiff_common.c
256
int
ifd_tag
;
in ff_tread_tag()
local
263
ifd_tag
= ff_tis_ifd(*tag);
in ff_tread_tag()
275
if (
ifd_tag
|| (*count > 4 || !(type_sizes[*type] * (*count) <= 4 || *type == TIFF_STRING))) {
in ff_tread_tag()
/third_party/libexif/libexif/huawei/
H
A
D
exif-mnote-data-huawei.c
67
if (n->
ifd_tag
!= MNOTE_HUAWEI_INFO) {
in exif_mnote_data_huawei_clear()
355
md->
ifd_tag
= tag;
in exif_mnote_data_huawei_load_data()
381
n->
ifd_tag
= MNOTE_HUAWEI_INFO;
in exif_mnote_data_huawei_load()
647
new_md->
ifd_tag
= tag;
in exif_mnote_data_create_md_entry()
670
if(!is_huawei_md(ne) || (n->
ifd_tag
!= MNOTE_HUAWEI_INFO) || !e) {
in exif_mnote_data_add_entry()
832
printf("
ifd_tag
: %04X, count:%u, ifd_size:%u\n", n->
ifd_tag
, n->count, n->ifd_size);
in print_huawei_md()
H
A
D
exif-mnote-data-huawei.h
40
unsigned int
ifd_tag
;
member
Completed in 3 milliseconds