Searched refs:isInput (Results 1 - 11 of 11) sorted by last modified time

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableStreamConfiguration.java49 buffer.putInt(value.isInput() ? 1 : 0);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfiguration.java116 public boolean isInput() { method in class:StreamConfiguration
/frameworks/av/include/media/stagefright/
H A DMediaSync.h265 void onAbandoned_l(bool isInput);
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp643 onAbandoned_l(true /* isInput */);
652 onAbandoned_l(true /* isInput */);
697 onAbandoned_l(false /* isInput */);
705 onAbandoned_l(true /* isInput */);
728 onAbandoned_l(false /* isInput */);
757 onAbandoned_l(false /* isInput */);
782 void MediaSync::onAbandoned_l(bool isInput) { argument
783 ALOGE("the %s has abandoned me", (isInput ? "input" : "output"));
785 if (isInput) {
841 mSync->onAbandoned_l(true /* isInput */);
[all...]
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp230 const bool isInput = portIndex == kPortIndexInput; local
231 const size_t bufferSize = isInput ? mMaxInputSize : mMaxOutputSize;
238 isInput ? "input" : "output");
258 if (!isInput) {
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2722 if (sc.isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT &&
2809 int32_t isInput = availableStreamConfigs.data.i32[i + STREAM_IS_INPUT_OFFSET]; local
2810 StreamConfiguration sc = {format, width, height, isInput};
2863 if (sc.isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT) {
2882 if (sc.isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT &&
H A DParameters.h378 int32_t isInput; member in struct:android::camera2::Parameters::StreamConfiguration
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp366 bool isInput = false; local
370 isInput = true;
397 if (isInput) {
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraModule.cpp147 int32_t isInput = entry.data.i32[i + STREAM_IS_INPUT_OFFSET]; local
148 if (isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT &&
157 if (isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT &&
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp376 int32_t isInput = availableStreamConfigs.data.i32[i + STREAM_IS_INPUT_OFFSET]; local
377 if (isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT
/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.cpp105 int32_t isInput = entry.data.i32[i + STREAM_IS_INPUT_OFFSET]; local
106 if (isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_INPUT) {
117 filteredStreamConfigs.push_back(isInput);
130 int32_t isInput = entry.data.i32[i + STREAM_IS_INPUT_OFFSET]; local
131 if (isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_INPUT) {
145 filteredDepthStreamConfigs.push_back(isInput);

Completed in 795 milliseconds