HomeSort by relevance Sort by last modified time
    Searched defs:dataPath (Results 1 - 25 of 39) sorted by null

1 2

  /packages/apps/Gallery/src/com/android/camera/gallery/
VideoList.java 60 String dataPath = cursor.getString(INDEX_DATA_PATH);
69 title = dataPath;
72 id, cursor.getPosition(), contentUri(id), dataPath,
ImageList.java 122 String dataPath = cursor.getString(INDEX_DATA_PATH);
132 title = dataPath;
135 contentUri(id), dataPath, mimeType, dateTaken, title,
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c     [all...]
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 275 string dataPath = ts->get_data_path();
276 if ( dataPath.empty() )
283 filename = dataPath + dataName + ".data";
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 109 String dataPath = "does_not_really_exist.txt";
110 values.put(MediaColumns.DATA, dataPath);
124 assertStringColumn(fileUri, MediaColumns.DATA, dataPath);
  /external/icu/icu4c/source/common/
udata.cpp     [all...]
  /external/opencv3/modules/calib3d/test/
test_stereomatching.cpp 401 string dataPath = ts->get_data_path() + "cv/";
404 if( dataPath.empty() )
406 ts->printf( cvtest::TS::LOG, "dataPath is empty" );
411 FileStorage datasetsFS( dataPath + DATASETS_DIR + DATASETS_FILE, FileStorage::READ );
418 FileStorage runParamsFS( dataPath + ALGORITHMS_DIR + algorithmName + RUN_PARAMS_FILE, FileStorage::READ );
426 string fullResultFilename = dataPath + ALGORITHMS_DIR + algorithmName + RESULT_FILE;
450 string datasetFullDirName = dataPath + DATASETS_DIR + datasetName + "/";
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 434 TI_OMX_DATAPATH dataPath;
803 dataPath = DATAPATH_APPLICATION_RTMIXER;
807 dataPath = DATAPATH_APPLICATION;
811 eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.index.config.g711.datapath",&index);
817 eError = OMX_SetConfig (pHandle, index, &dataPath);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 192 TI_OMX_DATAPATH dataPath;
343 dataPath = DATAPATH_APPLICATION_RTMIXER;
346 dataPath = DATAPATH_APPLICATION;
348 error = OMX_GetExtensionIndex(*pHandle, "OMX.TI.index.config.g722dec.datapath",&index);
353 error = OMX_SetConfig (*pHandle, index, &dataPath);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 306 TI_OMX_DATAPATH dataPath;
681 dataPath = DATAPATH_APPLICATION_RTMIXER;
685 dataPath = DATAPATH_APPLICATION;
689 error = OMX_GetExtensionIndex(pHandle, "OMX.TI.index.config.g722.datapath",&index);
694 error = OMX_SetConfig (pHandle, index, &dataPath);
    [all...]

Completed in 2730 milliseconds

1 2