Searched refs:pixel_format (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DCamera.java2186 * @param pixel_format the desired preview picture format, defined
2193 public void setPreviewFormat(int pixel_format) { argument
2194 String s = cameraFormatForPixelFormat(pixel_format);
2197 "Invalid pixel_format=" + pixel_format);
2275 * @param pixel_format the desired picture format
2281 public void setPictureFormat(int pixel_format) { argument
2282 String s = cameraFormatForPixelFormat(pixel_format);
2285 "Invalid pixel_format=" + pixel_format);
2319 cameraFormatForPixelFormat(int pixel_format) argument
[all...]
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp949 // optional int32 pixel_format = 24;
1130 // optional int32 pixel_format = 24;
1132 ::google::protobuf::internal::WireFormatLite::WriteInt32(24, this->pixel_format(), output);
1267 // optional int32 pixel_format = 24;
1271 this->pixel_format());
1379 set_pixel_format(from.pixel_format());
H A Ddebugger_message.pb.h676 // optional int32 pixel_format = 24;
680 inline ::google::protobuf::int32 pixel_format() const;
1065 // optional int32 pixel_format = 24;
1073 inline ::google::protobuf::int32 Message::pixel_format() const { function in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/libs/GLES2_dbg/test/
H A Dtest_socket.cpp453 EXPECT_EQ(GL_RGBA, read.pixel_format());

Completed in 109 milliseconds