HomeSort by relevance Sort by last modified time
    Searched defs:pOutput (Results 1 - 3 of 3) sorted by null

  /external/opencore/protocols/systems/tools/general/common/src/
layer.cpp 27 PacketOutput *pOutput;
36 pOutput = GetPacketOutput();
37 if (pOutput) pOutput->SetPacketOutput(layer->GetPacketInput());
40 pOutput = layer->GetPacketOutput();
41 if (pOutput) pOutput->SetPacketOutput(GetPacketInput());
50 PacketOutput *pOutput;
53 pOutput = GetPacketOutput();
54 if (pOutput) pOutput->ResetPacketOutput()
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 25 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
313 int encode(const char* pInput, const char* pOutput, bool bEmitHeader, const char* pDiffFile) {
337 if ((pOut = fopen(pOutput, "wb")) == NULL) {
338 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno);
348 pOutput, errno);
356 pOutput, errno);
366 if (readPKMFile(pOutput, &pDiffImage, &outWidth, &outHeight)) {
405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
423 if ((pOut = fopen(pOutput, "wb")) == NULL) {
424 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno)
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.cpp     [all...]

Completed in 813 milliseconds