Home
last modified time | relevance | path

Searched refs:srcfile (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codecs/amrwb/enc/SampleCode/
H A DAMRWB_E_SAMPLE.c77 const char* srcfile, in encode() argument
111 if ((fsrc = fopen (srcfile, "rb")) == NULL) in encode()
/aosp12/build/make/tools/releasetools/
H A Dedify_generator.py290 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs): argument
299 tokens = srcfile.split(':')
H A Dblockimgdiff.py44 def compute_patch(srcfile, tgtfile, imgdiff=False): argument
49 cmd.extend([srcfile, tgtfile, patchfile])